mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 22:49:33 +00:00
Center spinner, make smaller. Fixes #203
This commit is contained in:
parent
08d635c30e
commit
e17a1da767
|
@ -133,8 +133,10 @@
|
|||
}
|
||||
|
||||
.spinner-large {
|
||||
width: 4em;
|
||||
height: 4em;
|
||||
display: block;
|
||||
margin: 1em auto;
|
||||
width: 2em;
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
.spin {
|
||||
|
|
Loading…
Reference in a new issue