From a9ef6e751b930b741d69295178e107e95d7d5927 Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Thu, 21 Jan 2021 19:43:16 +0100 Subject: [PATCH] moved generell css from .App-header to .App --- src/App.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 792abbc..36fad5b 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,16 @@ .App { - text-align: center; + text-align: center; + + background-color: var(--background); + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); + color: white; + padding: 10vh; +} h2{ margin: 10vh 0 2vh 0;