Skip to content

Commit

Permalink
Update header.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinamstutz committed Nov 23, 2021
1 parent e86dc06 commit 6eb11d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ body {

@media screen and (max-width: 480px) and (min-width: 320px) {
.navbar-item.logo {
display: none;
display: none !important;
}

.navbar-item,
.navbar-link {
padding: 0;
padding: 0 !important;
}

.navbar-brand {
Expand Down

0 comments on commit 6eb11d2

Please sign in to comment.