diff options
author | Alan Pearce | 2024-05-17 20:45:29 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-17 20:46:09 +0200 |
commit | f10543d0aff0e203dd57287dc2b736c686e69102 (patch) | |
tree | a47daf68cd81901a544b2ee1d85feccfb0214d28 /frontend | |
parent | 8a1c2e805b70ea4c4730fe7d785b942f46a54dea (diff) | |
download | searchix-0.1.2.tar.lz searchix-0.1.2.tar.zst searchix-0.1.2.zip |
fix(css): pagination styles not applied v0.1.2
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; |