From 539bb0a7a2a1175276d548b96f34d127849b0664 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 19 May 2021 18:23:56 +0200 Subject: [PATCH] =?UTF-8?q?Logo=20PedF=20v=20pati=C4=8Dce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 ++++ style.css | 9 ++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 90609c6..6e8e656 100644 --- a/index.html +++ b/index.html @@ -122,5 +122,9 @@ K ubytování budeš potřebovat platný antigenní test. + + diff --git a/style.css b/style.css index cd40c93..71bdd48 100644 --- a/style.css +++ b/style.css @@ -40,7 +40,7 @@ header .logo { height: 5rem; max-width: var(--wrap); text-align: right; - padding: 2rem; + margin: 2rem; } header .logo img { height: 100% } header .title { @@ -103,6 +103,13 @@ main ul li { align-items: center; } +footer { + height: 15rem; + text-align: center; + margin-bottom: 10rem; +} +footer img { height: 100% } + @media only screen and (max-width: 1000px) { header .title { flex-direction: column-reverse;