diff --git a/templates/album.html b/templates/album.html
index 766380e9..f20da9cc 100644
--- a/templates/album.html
+++ b/templates/album.html
@@ -57,7 +57,7 @@
width: 100%;
display: flex;
flex-wrap: wrap;
- justify-content: space-around;
+ justify-content: space-between;
margin: var(--album-spacing-xxl) 0 0
}