diff options
Diffstat (limited to '_sass/_as-theme.scss')
| -rw-r--r-- | _sass/_as-theme.scss | 14 |
1 files changed, 14 insertions, 0 deletions
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; |
