From 9b693fb05b74a989b1b6bf5db36b5c9e247c2a7e Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 25 Jun 2021 17:54:41 +0200 Subject: [PATCH] =?UTF-8?q?Responzivita=20pro=20t=C5=99=C3=ADdu=20fancyhea?= =?UTF-8?q?der?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7cddce8..061f322 100644 --- a/style.css +++ b/style.css @@ -212,9 +212,7 @@ footer img:hover { transform: scale(1.1) } grid-column-gap: 1em; } - main .articles .wrap, main .articles .list { grid-template-columns: 1fr } - main .articles .wrap>div { border-top: 0 } footer { margin: 5em auto } @@ -225,5 +223,8 @@ footer img:hover { transform: scale(1.1) } transform: translate(0); } + .fancyheader .wrap { grid-template-columns: 1fr } + .fancyheader .wrap>div { border-top: 0 } + }