mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 12:21:13 +00:00
Center spinner, make smaller. Fixes #203
This commit is contained in:
parent
08d635c30e
commit
e17a1da767
1 changed files with 4 additions and 2 deletions
|
@ -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