From f45251c13f549bb307455bb95bdee53d2cf2808e Mon Sep 17 00:00:00 2001 From: rocket_2019 <74113535+rocket2021@users.noreply.github.com> Date: Sat, 21 Jan 2023 17:02:51 +0100 Subject: [PATCH] Update default.css --- assets/css/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/default.css b/assets/css/default.css index 80bf6a20..f349a14d 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -174,7 +174,7 @@ img.thumbnail { */ .navbar { - margin: 1em 0; + /*margin: 1em 0;*/ display: flex; /* this is also defined in framework, but in case of future changes */ align-items: center; justify-content: space-between;