From 0229e98f3022f9621f87ac6c13f48a93b25df2a8 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sun, 25 Oct 2020 17:49:18 +0100 Subject: [PATCH] =?UTF-8?q?Odstran=C4=9Bn=C3=AD=20paddingu=20kolem=20loga?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4dd8615..f6ad388 100644 --- a/css/style.css +++ b/css/style.css @@ -34,7 +34,7 @@ h1 { color: #d63647; margin-bottom: 0; clear: both; } h2, h3 { color: #68c7d2; } header { width: auto; } -header .logo { padding: 30px; float: right; text-align: center; max-width: 150px; padding-top: 150px; } +header .logo { padding: 30px; float: right; text-align: center; box-sizing: border-box; } header .logo img { max-width: 150px; } header .row { height: 600px; margin: 0; padding-bottom: 150px; margin-bottom: -300px; } header .row img { max-height: 500px; }