diff --git a/assets/css/hero.css b/assets/css/hero.css index 1d25263..77f177f 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -224,4 +224,14 @@ height: 100%; object-fit: cover; } +} + + +/* Phone screens */ +@media (max-width: 767px) { + + .hero-bloc { + flex-direction: column; + } + } \ No newline at end of file