We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8861be commit 8b21a0aCopy full SHA for 8b21a0a
app/components/pagination.css
@@ -2,7 +2,7 @@
2
display: flex;
3
align-items: center;
4
justify-content: center;
5
- font-size: 90%;
+ font-size: 110%;
6
margin-bottom: var(--space-xs);
7
8
:global(ol) {
@@ -21,7 +21,7 @@
21
:global(a):hover { background-color: var(--main-bg-dark); }
22
:global(a.active) { background-color: var(--main-bg-dark); }
23
24
- :global(img), :global(svg) { vertical-align: middle; }
+ :global(img), :global(svg) { vertical-align: middle; width: 2em; height: 2em; }
25
26
.prev, .next {
27
:global(circle) {
0 commit comments