« get me outta code hell

css: make quick-info use responsive padding - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-13 17:18:38 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:11 -0300
commite43bf67d7e415cfdefc7eacf709237c08e5a1be4 (patch)
tree44730da47e3de31a84bd55ae33bcc763e496889b /src
parent294e81b55eb8e426a9aaba38254c073c8f56283b (diff)
css: make quick-info use responsive padding
Diffstat (limited to 'src')
-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 ac5b5afe..de28ad58 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -1242,8 +1242,8 @@ html[data-url-key="localized.home"] #content h1 {
 
 .quick-info {
   text-align: center;
-  padding-left: 12%;
-  padding-right: 12%;
+  padding-left: calc(var(--responsive-padding-ratio) * 100%);
+  padding-right: calc(var(--responsive-padding-ratio) * 100%);
   line-height: 1.25em;
 }