diff --git a/static/css/style.css b/static/css/style.css index 7eebb80..5a275b8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -21,7 +21,8 @@ body { .navbar { background: var(--secondary-color) !important; box-shadow: 0 2px 4px rgba(0,0,0,0.2); - border-top: 3px solid var(--primary-color); + border-bottom: 3px solid var(--primary-color); + padding: 0.5rem 1rem; } .navbar-brand { @@ -41,13 +42,14 @@ body { height: 35px; width: auto; margin-right: 10px; - object-fit: contain; + display: block; } .login-logo { height: 100px; width: auto; - object-fit: contain; + display: block; + margin: 0 auto; } .nav-link { diff --git a/templates/base.html b/templates/base.html index affaf40..2e5fd3d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,9 +16,9 @@ {% if current_user is defined and current_user.is_authenticated %}