Skip to content

Commit

Permalink
fix: change logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
SteelWagstaff committed Dec 13, 2024
1 parent 2ba4767 commit 93d2c24
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions assets/styles/layouts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@
.header__logo--svg {
display: inline-block;
width: auto;
max-width: 100px;
max-width: 200px;
height: auto;
max-height: 1.5rem;
max-height: 70px;
margin-bottom: -1px;
margin-right: 2px;

@media #{$breakpoint-medium} {
max-width: 150px;
max-width: 240px;
}

@media #{$breakpoint-large} {
max-width: 200px;
max-height: 30px;
max-width: 280px;
}
}

Expand Down

0 comments on commit 93d2c24

Please sign in to comment.