summaryrefslogtreecommitdiff
path: root/source/stylesheets/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'source/stylesheets/custom.scss')
-rw-r--r--source/stylesheets/custom.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/stylesheets/custom.scss b/source/stylesheets/custom.scss
new file mode 100644
index 0000000..a9f195f
--- /dev/null
+++ b/source/stylesheets/custom.scss
@@ -0,0 +1,8 @@
+// sublab specific stlyesheet customizations
+
+// use 7 columns for week overview on index
+.dow-columns {
+ @media #{$large-up} {
+ @include grid-column($columns: 1.7);
+ }
+}