diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 5adf808..25efe81 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -81,6 +81,14 @@ a { background: #F0FFED; } +.index-menulink { + color: white; +} + +.index-menulink svg { + height: 1.5em; +} + .index-top { color: #5B7189; margin-bottom: 2.5rem; @@ -103,6 +111,7 @@ a { .index .intro { font-size: 59px; line-height: 45px; + margin-top: 0; margin-bottom: 5px; text-transform: uppercase; } diff --git a/src/icons/menu.svg b/src/icons/menu.svg new file mode 100644 index 0000000..545f9e2 --- /dev/null +++ b/src/icons/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/templates/index.hbs b/src/templates/index.hbs index 548cb7c..96d31a1 100644 --- a/src/templates/index.hbs +++ b/src/templates/index.hbs @@ -13,8 +13,12 @@ -
- +
+ + + + +