Skip to content

Commit

Permalink
Work for #7181 - Advanced header mobile view - fixed image width
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 committed Oct 19, 2023
1 parent 231afe5 commit 2056cd2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/defaultV2-theme/blocks/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,8 @@
.sv-header__logo~.sv-header__title {
margin-top: calcSize(3);
}

.sv-header__logo img {
max-width: 100%;
}
}

0 comments on commit 2056cd2

Please sign in to comment.