Skip to content

Commit

Permalink
Correct logo size rendering across browsers (#173)
Browse files Browse the repository at this point in the history
This PR addresses the issue of inconsistent logo size rendering across different browsers, particularly in Safari.
  • Loading branch information
chacha912 authored Oct 8, 2024
1 parent ff72277 commit 0cd2f57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/assets/styles/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@

.logo {
padding: variables.$spacing_8;
width: 40px;

@include mixins-lib.tabletStart() {
width: 24px;
Expand Down

0 comments on commit 0cd2f57

Please sign in to comment.