From 3d7998dd8ca0029af7d6f4fcb19f2509ec5a906b Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Wed, 16 Dec 2020 03:29:48 +0200 Subject: [PATCH] layout fix --- src/App.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.css b/src/App.css index 8c29ce6..a3c01d7 100644 --- a/src/App.css +++ b/src/App.css @@ -7,6 +7,9 @@ } .App-header { + min-height: 80vh; + display: flex; + flex-direction: column; align-items: center; justify-content: center; font-size: calc(10px + 2vmin);