From 2acb2face5cf82a4f6a3ba19bbea9c61196ef32e Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 19 Jan 2020 11:18:19 +0100 Subject: [PATCH] fix drop down box size --- themes/grav-theme-howto/css/media-queries.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/themes/grav-theme-howto/css/media-queries.css b/themes/grav-theme-howto/css/media-queries.css index e2f1bc83..f40a6388 100644 --- a/themes/grav-theme-howto/css/media-queries.css +++ b/themes/grav-theme-howto/css/media-queries.css @@ -105,7 +105,8 @@ .language-selector { position: fixed; top: -10px; - right: 30px; + right: 80px; + width: 50px; } .language-selector .btn { @@ -151,7 +152,8 @@ .language-selector { position: fixed; top: -10px; - right: 30px; + right: 80px; + width: 50px; } .language-selector .btn {