From e7ed16a15bdfc08b4f3a287f045b18b87b03104b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Ka=C5=88ka?= Date: Thu, 11 Jan 2024 18:16:08 +0100 Subject: [PATCH] oprava css --- style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 0343fcf..53b30a2 100644 --- a/style.css +++ b/style.css @@ -30,7 +30,6 @@ body { .flexbox { display: flex; - /* flex-direction: column; */ } .navigation { @@ -40,10 +39,6 @@ body { /* margin-top: 20px; */ } -/* .dropdown-content { - display: none; -} */ - .content { flex: 3; margin-bottom: 25px; @@ -62,9 +57,9 @@ body { } /* škrývání */ - .navigation:hover .dropdown-content { + /* .navigation:hover .dropdown-content { display: block; - } + } */ /* roletka posuvník */ .dropdown-content { @@ -83,6 +78,7 @@ body { margin-top: 25px; } +/* Namobilu nezobrazí articles */ @media screen and (max-width: 600px) { .articles { display: none;