« get me outta code hell

css: pad much less space around album secondary nav parts - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-10-19 21:34:51 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-11-02 22:25:47 -0300
commitaaff2762abd84850286c15638594daf09039a460 (patch)
tree8cbe316612e0df4432268814a98e739e3f427cf2 /src/static
parentaccca1e81a70a67239dd556d56fbd8c0759f55fc (diff)
css: pad much less space around album secondary nav parts
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/site.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 158c75e0..5e3ed29b 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -882,8 +882,8 @@ a:not([href]):hover {
 #secondary-nav.album-secondary-nav.with-previous-next {
   display: flex;
   justify-content: space-around;
-  padding-left: 15% !important;
-  padding-right: 15% !important;
+  padding-left: 7.5% !important;
+  padding-right: 7.5% !important;
   flex-wrap: wrap;
   line-height: 1.4;
 }