« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/site.css')
-rw-r--r--src/static/site.css13
1 files changed, 2 insertions, 11 deletions
diff --git a/src/static/site.css b/src/static/site.css
index cc2e926..4ccbdc1 100644
--- a/src/static/site.css
+++ b/src/static/site.css
@@ -40,9 +40,8 @@ body::before {
 }
 
 #page-container > * {
-    --margin: 15px; /* necessary for size calculations due to CSS suckery */
-    margin-left: var(--margin);
-    margin-right: var(--margin);
+    margin-left: 15px;
+    margin-right: 15px;
 }
 
 #banner {
@@ -908,14 +907,6 @@ li > ul {
         columns: 1;
     }
 
-    #content {
-        width: 100%;
-    }
-
-    #page-container > #content {
-        width: calc(100% - calc(var(--margin) * 2));
-    }
-
     #cover-art-container {
         float: none;
         margin: 0 10px 10px 10px;