diff --git a/themes/buha/assets/css/layout.css b/themes/buha/assets/css/layout.css index 533a5d5e..eaf383a4 100644 --- a/themes/buha/assets/css/layout.css +++ b/themes/buha/assets/css/layout.css @@ -237,6 +237,10 @@ input, textarea { max-width: auto; } +.align_menu { + list-style: none; text-align: right; +} + /* Extra small devices (phones, 600px and down) */ @media only screen and (max-width: 600px) {...} diff --git a/themes/buha/layouts/partials/structure/sidebar.html b/themes/buha/layouts/partials/structure/sidebar.html index 79e95843..9cbbb46e 100644 --- a/themes/buha/layouts/partials/structure/sidebar.html +++ b/themes/buha/layouts/partials/structure/sidebar.html @@ -1,29 +1,6 @@ {{ $s := .Site.Params }}