« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/static/site.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/site.css')
-rw-r--r--static/site.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css
index 3f66c9e..59c9f62 100644
--- a/static/site.css
+++ b/static/site.css
@@ -34,11 +34,26 @@ body::before {
 
     max-width: 1100px;
     margin: 10px auto 50px;
-    padding: 15px;
+    padding: 15px 0;
 
     box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
 }
 
+#page-container > * {
+    margin-left: 15px;
+    margin-right: 15px;
+}
+
+#banner {
+    margin: 10px 0;
+    width: 100%;
+    display: block;
+}
+
+#banner.dim {
+    filter: brightness(0.8);
+}
+
 a {
     color: var(--primary-color);
     text-decoration: none;