Skip to content

Commit 8b21a0a

Browse files
kailanTurbo87
authored andcommitted
Increase size of pagination tap targets to pass Lighthouse accessibility audit
1 parent f8861be commit 8b21a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/pagination.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
:global(ol) {
@@ -21,7 +21,7 @@
2121
:global(a):hover { background-color: var(--main-bg-dark); }
2222
:global(a.active) { background-color: var(--main-bg-dark); }
2323

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

2626
.prev, .next {
2727
:global(circle) {

0 commit comments

Comments
 (0)