From 24af283c382399f07eecfe11c2b6b3d7511e6998 Mon Sep 17 00:00:00 2001 From: starnakin Date: Wed, 16 Apr 2025 14:35:42 +0200 Subject: [PATCH] clean: space-around --- src/templates/album.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/album.css b/src/templates/album.css index 2927114..130f82b 100644 --- a/src/templates/album.css +++ b/src/templates/album.css @@ -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;