diff --git a/src/App.css b/src/App.css index 23edc14..88fda7c 100644 --- a/src/App.css +++ b/src/App.css @@ -1,4 +1,6 @@ .App { + background-color: #373b43; + min-height: 100vh; text-align: center; } @@ -47,3 +49,10 @@ transform: rotate(360deg); } } + + +@media (orientation: portrait) { + .App-content { + flex-direction: column; + } +}