From 8ce324cd0478a8838d4025ea5f9695cbe4de9d82 Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Sat, 28 Dec 2019 12:18:04 +0100 Subject: [PATCH] styling --- src/App.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/App.css b/src/App.css index 8256f35..3377be8 100644 --- a/src/App.css +++ b/src/App.css @@ -7,12 +7,24 @@ html { background-color: #fce6cb; } +html { + overflow-y: scroll; +} + header { border-bottom: 2px solid white; margin-bottom: 1em; + display: flex; + align-items: center; + padding: 0px 10px; +} + +header h1 { + flex: 1; } footer { border-top: 2px solid white; margin-top: 1em; + padding: 0 10px; }