Skip to content

Commit ac4fa5f

Browse files
committed
Increase size of pagination tap targets to pass Lighthouse accessibility audit
1 parent 84a3b5b commit ac4fa5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/pagination.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
display: flex;
33
align-items: center;
44
justify-content: center;
5-
font-size: 90%;
5+
font-size: 110%;
66
margin-bottom: var(--space-xs);
77

88
ol {
@@ -21,7 +21,7 @@
2121
a:hover { background-color: var(--main-bg-dark); }
2222
a:global(.active) { background-color: var(--main-bg-dark); }
2323

24-
img, svg { vertical-align: middle; }
24+
img, svg { vertical-align: middle; width: 2em; height: 2em; }
2525

2626

2727
.prev, .next {

0 commit comments

Comments
 (0)