mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
use display flex to center items
This commit is contained in:
parent
fd5b6b675d
commit
7def0add0c
@ -7,6 +7,11 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.infinite-scroll {
|
.infinite-scroll {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user