Skip to content

Commit

Permalink
Small UI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinamstutz committed Nov 24, 2021
1 parent be8f640 commit bc20352
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,13 @@ body {
display: none !important;
}

.navbar-item.search {
padding: 0;
}

.navbar-brand {
height: inherit;
padding: 0;
}

.navbar-brand .navbar-item {
Expand Down Expand Up @@ -183,6 +188,10 @@ body {
display: none !important;
}

.navbar-item.search {
padding: 0;
}

.navbar-brand {
height: inherit;
}
Expand Down

0 comments on commit bc20352

Please sign in to comment.