From 728a3c7ea09324c17e408f743a123dcfc342d3bf Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Sun, 12 Oct 2014 12:14:10 +0200 Subject: add styles for proper display of week overview on index --- source/stylesheets/base.css.scss | 1 + source/stylesheets/custom.scss | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 source/stylesheets/custom.scss (limited to 'source/stylesheets') diff --git a/source/stylesheets/base.css.scss b/source/stylesheets/base.css.scss index bcef650..63c9321 100644 --- a/source/stylesheets/base.css.scss +++ b/source/stylesheets/base.css.scss @@ -1,3 +1,4 @@ @import "normalize.scss"; @import "foundation.scss"; +@import "custom.scss"; 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); + } +} -- cgit v1.2.1