Files
picrinth-admin/src/pages/pictures/pictures.css
2025-09-23 10:55:46 +03:00

15 lines
204 B
CSS

.pictures {
display: flex;
width: 100vw;
height: 100vh;
max-width: 100%;
}
.pictures-content {
display: flex;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
}