Added the align center property to the root.sass

This commit is contained in:
Mathias Wagner 2023-04-18 19:00:17 +02:00
parent 18330ed88a
commit 55e9b839e6
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -7,10 +7,16 @@ $ball3: radial-gradient($blurred-blue, transparent, transparent 60rem) bottom -2
body, html
margin: 0
padding: 0
min-height: 100vh
font-family: 'Inter', sans-serif
background: no-repeat $ball1, no-repeat $ball2, no-repeat $ball3, $background
.align-center
display: flex
align-items: center
justify-content: center
min-height: 100vh
margin: 0
@media (max-width: 873px)
body, html
background-size: 0 0