Skip to content
Snippets Groups Projects
Commit b98dc428 authored by Benjamin Becker's avatar Benjamin Becker
Browse files

fixes height of icons in navbar

parent 81eb668c
No related branches found
No related tags found
No related merge requests found
...@@ -42,17 +42,11 @@ ...@@ -42,17 +42,11 @@
padding: 1em 0; padding: 1em 0;
} }
/* @media (max-width: 767px){
.header-image {
display: block;
} */
.navbar .nav .language-switch { .navbar .nav .language-switch {
float: right; float: right;
/*background-color: #f2f2f2;*/
padding: 6px 10px; padding: 6px 10px;
margin-left: 20px; margin-left: 20px;
height: 44px; /* dirty fix to make it the same height as schleswig-holstein.de */ height: 41px;
} }
.language-switch ul { .language-switch ul {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment