diff --git a/_includes/head.html b/_includes/head.html index a59b14a2..cb675e2c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -16,4 +16,19 @@ + + \ No newline at end of file diff --git a/_sass/_navigation.scss b/_sass/_navigation.scss index 6ae88b58..9b9f6ad0 100644 --- a/_sass/_navigation.scss +++ b/_sass/_navigation.scss @@ -198,12 +198,12 @@ } button { - align-self: stretch; padding: 0 0.5rem; + align-self: stretch; border: 0; outline: none; - background-color: $primary-color; color: #fff; + background-color: $primary-color; cursor: pointer; }