Skip to content

Commit

Permalink
Adjust the logo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Jun 21, 2021
1 parent c4c795b commit efa5962
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/client/components/header/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

.link,
.logo {
width: 60px;
width: 45px;
display: flex;
height: auto;
}

Expand Down Expand Up @@ -58,6 +59,10 @@
}

@media only screen and (min-width: 768px) {
.link,
.logo {
width: 60px;
}
.header {
margin-bottom: 20px;
}
Expand Down

0 comments on commit efa5962

Please sign in to comment.