From 9159764176df2c784a507126a7fbe26dda1df23d Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:30:27 +1300 Subject: [PATCH] this has been bugging me for a while --- app/static/styles.css | 4 +++- app/static/styles.scss | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/static/styles.css b/app/static/styles.css index 5d2c22b4..c3b2d8b5 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -422,6 +422,9 @@ div.navbar { min-height: 60px; } +.navbar-brand { + line-height: 46px; +} .navbar-brand img { margin-right: 20px; } @@ -433,7 +436,6 @@ div.navbar { .navbar-toggler { border: none; height: 48px; - margin-top: 5px; } .navbar-light .navbar-toggler-icon { diff --git a/app/static/styles.scss b/app/static/styles.scss index 82428373..bfceebf9 100644 --- a/app/static/styles.scss +++ b/app/static/styles.scss @@ -32,6 +32,7 @@ div.navbar { } .navbar-brand { + line-height: 46px; img { margin-right: 20px; } @@ -43,7 +44,6 @@ div.navbar { .navbar-toggler { border: none; height: 48px; - margin-top: 5px; } .navbar-light .navbar-toggler-icon {