diff --git a/assets/css/hero.css b/assets/css/hero.css index dc64d2b..47a3962 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -73,7 +73,6 @@ } .screenshot img { - max-width: 70vmin; height: auto; border-radius: 15px; border: 4px solid black; @@ -237,6 +236,7 @@ @media (max-width: 767px) { .hero-first { + padding-top: 5.2vh; height: 60vh; flex-direction: column; } @@ -246,7 +246,8 @@ } .hero-screenshots { - height: 30vh; + height: auto; + width: 80vw; }