diff --git a/public/css/styles.scss b/public/css/styles.scss index f8d6a23..081cc35 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -190,15 +190,18 @@ body { } } a.menu-expand { - position: relative; - float: right; + padding-bottom: 9px; } } nav.mobile-shortcuts { position: fixed; - background: $background_div; + display: flex; width: 100%; + div { + width: 65%; + background: $background_div; + } } nav.desktop { display: none; diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 8c777de..a7fd079 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -30,9 +30,12 @@ %> -