From af277c206415ad9678d989fc683d1f1c64b523b0 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 25 Oct 2020 17:37:28 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20=C5=A1k=C3=A1lov=C3=A1n=C3=AD=20hlavi?= =?UTF-8?q?=C4=8Dky?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 03e0666..98efd09 100644 --- a/css/style.css +++ b/css/style.css @@ -75,8 +75,8 @@ article: nth-child(1)::before { body { background: none; } header { width: 100%; } - header .logo { padding-top: 30px; width: 100%; box-sizing: border-box; } - header .row p { width: 100%; } + header .logo { padding-top: 30px; width: 100%; float: none; margin: 0 auto; } + header .row p { max-width: 100%; } main { background: none; }