Added the align center property to the root.sass
This commit is contained in:
parent
18330ed88a
commit
55e9b839e6
@ -7,10 +7,16 @@ $ball3: radial-gradient($blurred-blue, transparent, transparent 60rem) bottom -2
|
|||||||
body, html
|
body, html
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: 0
|
padding: 0
|
||||||
min-height: 100vh
|
|
||||||
font-family: 'Inter', sans-serif
|
font-family: 'Inter', sans-serif
|
||||||
background: no-repeat $ball1, no-repeat $ball2, no-repeat $ball3, $background
|
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)
|
@media (max-width: 873px)
|
||||||
body, html
|
body, html
|
||||||
background-size: 0 0
|
background-size: 0 0
|
Loading…
x
Reference in New Issue
Block a user