From 83de34b36328e4253f02d60f1bd61361a71768ed Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 19 May 2021 18:37:19 +0200 Subject: [PATCH] =?UTF-8?q?=C3=9Aprava=20seznam=C5=AF=20a=20tabulek?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 71bdd48..011a051 100644 --- a/style.css +++ b/style.css @@ -21,10 +21,7 @@ a { } a:hover { text-decoration: underline } -ul { - padding: 0; - list-style-type: none; -} +td { padding: 0 1em } header { display: flex; @@ -65,6 +62,8 @@ nav { nav ul { display: flex; flex-wrap: wrap; + list-style-type: none; + padding: 0; } nav ul li a { display: block; @@ -98,10 +97,6 @@ main h2 { } main h2:first-child { margin-top: 0 } main h3 { margin-top: 2em } -main ul li { - display: flex; - align-items: center; -} footer { height: 15rem;