diff options
| author | norrinorri <noora.vanttine@gmail.com> | 2017-10-21 20:39:50 +0300 |
|---|---|---|
| committer | norrinorri <noora.vanttine@gmail.com> | 2017-10-21 20:39:50 +0300 |
| commit | 4a32db2276391a34314f861f13cba1a129347ff3 (patch) | |
| tree | ca3364b67ef93173ab93a6023c7de60e407782e7 | |
| parent | 35c0b94852691273ebc9000d054a630f0fa8a5f5 (diff) | |
subnavin vähän paremmaksi
| -rw-r--r-- | _sass/_as-theme.scss | 24 | ||||
| -rw-r--r-- | _sass/_layout.scss | 2 |
2 files changed, 14 insertions, 12 deletions
diff --git a/_sass/_as-theme.scss b/_sass/_as-theme.scss index 6b54b3e..927c73f 100644 --- a/_sass/_as-theme.scss +++ b/_sass/_as-theme.scss @@ -78,19 +78,21 @@ body { } } .subheader__navigation { - - margin-top: $spacing-unit / 4; + margin-top: 7.5px; overflow: hidden; - ul { - - overflow: hidden; - - margin: 0; - padding: $spacing-unit /2 0; - } - + text-align: center; + margin-bottom: 0 !important; + } -} + .subheader__navigation .navigation__item { + display: inline-block; + padding: 0 10px; + font-size: 1.0em; } + .subheader__navigation a, .header__navigation a:visited, .header__navigation a:hover { + text-decoration: none; + color: #111; } + .subheader__navigation a:hover { + color: #620062; } .navigation__item.active { font-weight: bold; diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 883cfa5..87957fa 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -154,7 +154,7 @@ * Page content */ .page-content { - padding: $spacing-unit / 2 0; + padding: 0px; } .page-heading { |
