From 6151b1ec80c1e9bfa49f0ad220e76c37e52c93ae Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jan 2022 14:01:10 +0500 Subject: [PATCH] align nav menu with login text --- themes/lumbung-theme/static/css/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index b2c2507..f62501b 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -210,6 +210,10 @@ body { display: none; } +.menu { + margin-top: 8px; +} + .menu ul { list-style-type: none; margin: 0;