« 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/site3.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/site3.css')
-rw-r--r--src/static/site3.css14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/static/site3.css b/src/static/site3.css
index bdb2623..05d1f75 100644
--- a/src/static/site3.css
+++ b/src/static/site3.css
@@ -135,6 +135,13 @@ body::before {
   align-self: flex-start;
 }
 
+.sidebar-column.wide {
+  max-width: 350px;
+  flex-basis: 300px;
+  flex-shrink: 0;
+  flex-grow: 1;
+}
+
 .sidebar-multiple {
   display: flex;
   flex-direction: column;
@@ -157,13 +164,6 @@ body::before {
   margin-left: 10px;
 }
 
-.sidebar.wide {
-  max-width: 350px;
-  flex-basis: 300px;
-  flex-shrink: 0;
-  flex-grow: 1;
-}
-
 #content {
   position: relative;
   --content-padding: 20px;