diff options
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css index eebba81..c8d8cf6 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -96,7 +96,7 @@ pre:has(> code) { background: var(--bg); } -section > nav { +#pagination { display: flex; justify-content: space-between; align-items: baseline; |