mirror of
https://github.com/romancm/gamebrary
synced 2024-11-14 15:37:08 +00:00
add helper class for centering
This commit is contained in:
parent
84f38a70bc
commit
ac952700a2
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.centered {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.spinner-centered {
|
||||
position: absolute;
|
||||
left: calc(50% - 16px);
|
||||
|
|
Loading…
Reference in a new issue