about summary refs log tree commit diff stats
path: root/frontend/static/style.css
diff options
context:
space:
mode:
authorAlan Pearce2024-05-17 20:45:29 +0200
committerAlan Pearce2024-05-17 20:46:09 +0200
commitf10543d0aff0e203dd57287dc2b736c686e69102 (patch)
treea47daf68cd81901a544b2ee1d85feccfb0214d28 /frontend/static/style.css
parent8a1c2e805b70ea4c4730fe7d785b942f46a54dea (diff)
downloadsearchix-f10543d0aff0e203dd57287dc2b736c686e69102.tar.lz
searchix-f10543d0aff0e203dd57287dc2b736c686e69102.tar.zst
searchix-f10543d0aff0e203dd57287dc2b736c686e69102.zip
fix(css): pagination styles not applied v0.1.2
Diffstat (limited to 'frontend/static/style.css')
-rw-r--r--frontend/static/style.css2
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;