diff --git a/static/css/style.css b/static/css/style.css index d9794d5..14bf807 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -205,3 +205,7 @@ header { word-wrap: break-word; overflow-wrap: break-word; } + +.navbar-logo { + height: 64px; +} \ No newline at end of file diff --git a/templates/header.html b/templates/header.html index 6ff83c6..7f2e5d4 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,7 +1,7 @@