diff --git a/konova/static/css/konova.css b/konova/static/css/konova.css index 5f6c7bd8..db4b14c2 100644 --- a/konova/static/css/konova.css +++ b/konova/static/css/konova.css @@ -23,7 +23,7 @@ body{ bottom: 0; width: 100%; height: 40px; /* Set the fixed height of the footer here */ - line-height: 40px; /* Vertically center the text there */ + line-height: 39px; /* Vertically center the text there */ background-color: #f5f5f5; border-top: 1px solid var(--rlp-gray-light); color: var(--rlp-gray-dark); @@ -34,10 +34,11 @@ body{ text-decoration: none; } -.nav{ +nav{ background-color: var(--rlp-red); - height: 50px; } + + .nav-icon{ color: white; font-weight: bold; @@ -47,8 +48,6 @@ body{ .menu-elem{ border-left: 1px solid white; - border-right: 1px solid white; - display: inline-block; } .menu-elem:hover{ @@ -60,8 +59,4 @@ body{ .nav-btn{ color: white; padding: 0.5rem; - margin: 0 0.5rem 0 0; -} -.nav-btn:hover{ - } \ No newline at end of file diff --git a/templates/navbar.html b/templates/navbar.html index f26fc3fd..32c493e6 100644 --- a/templates/navbar.html +++ b/templates/navbar.html @@ -1,54 +1,61 @@ {% load i18n fontawesome_5 %} -