diff --git a/src/styles/globals.scss b/src/styles/globals.scss index fca7ccff..4b7e2d2f 100644 --- a/src/styles/globals.scss +++ b/src/styles/globals.scss @@ -27,6 +27,10 @@ svg { display: inline-block; } +img { + max-width: inherit; +} + @include mixins.laptop { #app { padding-bottom: 80px;