diff --git a/src/styles/hero.css b/src/styles/hero.css index f25930a..30b63e7 100644 --- a/src/styles/hero.css +++ b/src/styles/hero.css @@ -160,6 +160,12 @@ gap: 30px; } +@media screen and (min-width: 768px) { + .screenshots { + max-height: 300px; + } +} + .screenshot { width: 369px; height: fit-content;