diff --git a/assets/style.css b/assets/style.css index 1e6d8a8..b6a33ad 100644 --- a/assets/style.css +++ b/assets/style.css @@ -1,7 +1,3 @@ -html, body { - height: 100%; -} - body { margin:0; padding:0; @@ -13,7 +9,6 @@ main { } header, footer { - height: 5%; } header { @@ -22,9 +17,6 @@ header { header * { display: inline; color:white; - position: relative; - top: 50%; - transform: translateY(-50%); } header h1 {