Skip to content
Snippets Groups Projects
Verified Commit d0544084 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix height of navbar brand

parent a032529e
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,11 @@ a { ...@@ -8,12 +8,11 @@ a {
.navbar { .navbar {
border-bottom: var(--teckids-primary-dark) 3px solid; border-bottom: var(--teckids-primary-dark) 3px solid;
height: 80px;
} }
.navbar-brand { .navbar-brand {
padding: 0; padding: 0;
height: 100% height: 50px;
} }
img#logo { img#logo {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment