diff --git a/src/index.css b/src/index.css index 08a3ac9..d0e13c3 100644 --- a/src/index.css +++ b/src/index.css @@ -24,10 +24,11 @@ a:hover { body { margin: 0; - display: flex; - place-items: center; min-width: 320px; min-height: 100vh; + display: flex; + justify-content: center; + align-items: center; } h1 {