clean: space-around

This commit is contained in:
starnakin 2025-04-16 14:35:42 +02:00
parent ca17bd2cab
commit 24af283c38

View File

@ -12,7 +12,7 @@
.picture-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
justify-content: space-around;
background-color: var(--bg2);
width: auto;
padding: 30px;