aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/_as-theme.scss
diff options
context:
space:
mode:
Diffstat (limited to '_sass/_as-theme.scss')
-rw-r--r--_sass/_as-theme.scss24
1 files changed, 13 insertions, 11 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;