« 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
diff options
context:
space:
mode:
Diffstat (limited to 'src/static')
-rw-r--r--src/static/css/features.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css
index 4f4ce53d..dd50967c 100644
--- a/src/static/css/features.css
+++ b/src/static/css/features.css
@@ -1351,6 +1351,7 @@
     figcaption { grid-column: 1 / -1; }
     &.two-columns { grid-template-columns: repeat(2, auto); }
     &.three-columns { grid-template-columns: repeat(3, auto); }
+    &.four-columns { grid-template-columns: repeat(4, auto); }
 
     align-items: end;
     justify-content: center;