From b7ade15685a575bd142f91c021a66cffae25c205 Mon Sep 17 00:00:00 2001 From: vuillaume Date: Sat, 12 Oct 2024 00:21:37 +0200 Subject: [PATCH] respensive --- styles/main.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles/main.css b/styles/main.css index 5f64bcd..7efb54c 100644 --- a/styles/main.css +++ b/styles/main.css @@ -103,9 +103,15 @@ main { @media screen and (max-width: 990px) { + .product { + display: block; + } + .blockProduct { flex-direction: column; gap: 2vh; + position: relative; + top: 20px; } .slogan {