added loader to imagelist

This commit is contained in:
2025-09-25 14:27:12 +02:00
parent 08622bd092
commit a57bc8e3b5
22 changed files with 830 additions and 31 deletions

View File

@@ -66,6 +66,13 @@ body {
padding: 0 2px;
}
.centerload {
margin-top: 100px;
display: flex;
justify-content: center;
align-items: center;
}
figure {
margin: 0;
}