aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_scss/components/_navigation.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/_scss/components/_navigation.scss b/_scss/components/_navigation.scss
index 4edf502..281452c 100644
--- a/_scss/components/_navigation.scss
+++ b/_scss/components/_navigation.scss
@@ -37,6 +37,22 @@
text-transform: uppercase;
}
+.navigation-pills {
+ height: 100%;
+ list-style-type: none;
+ text-align: center;
+ width: 100%;
+}
+
+.navigation-item {
+ padding: 20px;
+
+ a {
+ text-decoration: none;
+ text-transform: uppercase;
+ }
+}
+
.toggle-button {
display: none;