use display flex to center items

This commit is contained in:
srgooglo 2022-06-06 14:52:15 +02:00
parent fd5b6b675d
commit 7def0add0c

View File

@ -7,6 +7,11 @@
width: 100%;
.infinite-scroll {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
}