From 0cac351f18a2004e6fff294d1e3413baf200ae89 Mon Sep 17 00:00:00 2001 From: norrinorri Date: Thu, 31 Aug 2017 19:01:47 +0300 Subject: värit ja navigaatio MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/_as-theme.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to '_sass') diff --git a/_sass/_as-theme.scss b/_sass/_as-theme.scss index 119a6f3..6b54b3e 100644 --- a/_sass/_as-theme.scss +++ b/_sass/_as-theme.scss @@ -77,6 +77,20 @@ body { color: $purple-color; } } +.subheader__navigation { + + margin-top: $spacing-unit / 4; + overflow: hidden; + ul { + + overflow: hidden; + + margin: 0; + padding: $spacing-unit /2 0; + } + + +} .navigation__item.active { font-weight: bold; -- cgit v1.3