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;