diff --git a/assets/production/css/style.css b/assets/production/css/style.css
index 31e622d..6a8966d 100644
--- a/assets/production/css/style.css
+++ b/assets/production/css/style.css
@@ -83,19 +83,6 @@ abbr {
display: inline-block;
}
-.button-members {
- padding: 8px 24px;
- background: #05b;
- color: #fff;
- text-transform: uppercase;
- text-decoration: none;
- font-size: 12.8px;
- font-weight: bold;
- border-radius: 0 0 24px 24px;
- line-height: 24px;
- display: inline-block;
-}
-
.tac {
text-align: center;
}
@@ -135,15 +122,33 @@ menu {
}
.LogoContainer,
-.Menu-Items {
+.menu-item {
height: 30%;
display: inline-block;
font-size: 16px;
vertical-align: middle;
}
-.Menu-Items {
+.menu-item {
float: right;
+ margin-left: 2em;
+}
+
+.menu-button {
+ padding: 8px 24px;
+ background: #05b;
+ color: #fff;
+ text-transform: uppercase;
+ text-decoration: none;
+ font-size: 12.8px;
+ font-weight: bold;
+ border-radius: 0 0 24px 24px;
+ line-height: 24px;
+ display: inline-block;
+}
+
+.menu-button-login {
+ background: #2eae2e;
}
.Hero {
diff --git a/layouts/base.njk b/layouts/base.njk
index fd4163c..fefe5c9 100644
--- a/layouts/base.njk
+++ b/layouts/base.njk
@@ -21,8 +21,17 @@
{% endif %}
-