Skip to content

Commit

Permalink
fix(css): disables max width on images per default
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodressel authored and mmpetarpeshev committed Jun 25, 2024
1 parent ea2094d commit 787d895
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ svg {
display: inline-block;
}

img {
max-width: inherit;
}

@include mixins.laptop {
#app {
padding-bottom: 80px;
Expand Down

0 comments on commit 787d895

Please sign in to comment.