From 47125393ae02e919cb24b809da3cc4f7cce1544c Mon Sep 17 00:00:00 2001 From: kscheidecker Date: Mon, 10 Mar 2025 15:53:11 +0100 Subject: [PATCH] better for phones --- assets/css/hero.css | 10 ++++++++++ 1 file changed, 10 insertions(+) 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