From f70aeedc0c6751ba87b9360e937bf7a8a8319eb7 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 13 Apr 2022 23:36:01 +0500 Subject: [PATCH] give mobile nav drawer solid border --- themes/lumbung-theme/static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 0169ea2..568d165 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -881,7 +881,7 @@ footer a:hover { z-index: 2; transition: 0.2s all ease-in-out; padding-top: 120px; - border-right: 1px dotted; + border-right: 1px solid; } .drawer * {