From 37b1f3f19486710de25d2db53916d04566e9f4b9 Mon Sep 17 00:00:00 2001 From: antil0pa Date: Thu, 27 Feb 2020 22:27:11 +0100 Subject: [PATCH] fixed sidebar to constant size and position --- themes/grav-theme-howto/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/grav-theme-howto/css/style.css b/themes/grav-theme-howto/css/style.css index e005a854..620ac08e 100644 --- a/themes/grav-theme-howto/css/style.css +++ b/themes/grav-theme-howto/css/style.css @@ -453,9 +453,9 @@ ul#nav li a:hover { /* sidebar */ #sidebar { - max-width: 250px; + width: 250px; padding-top: 10px; - margin-left: 20px; + margin-right: 20px; margin-bottom: 10px; }