Skip to content

Commit

Permalink
fix: Safari image aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Dec 23, 2024
1 parent a3249c7 commit f1e543b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/molecules/Logo/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
& > img {
height: 100%;
max-height: 100%;
max-width: 100%;
width: auto;
}
}

0 comments on commit f1e543b

Please sign in to comment.