diff options
Diffstat (limited to '_sass')
| -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 { |
