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);