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;