add helper class for centering

This commit is contained in:
Gamebrary 2022-08-24 19:36:21 -07:00
parent 84f38a70bc
commit ac952700a2

View file

@ -7,6 +7,10 @@
}
}
.centered {
margin: 0 auto;
}
.spinner-centered {
position: absolute;
left: calc(50% - 16px);