From 5b725ff783dcdf87111ef8fe4254d52b43c7fa5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Sat, 4 Sep 2021 11:22:12 +0200 Subject: [PATCH] Center album name --- res/index.css.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/res/index.css.tmpl b/res/index.css.tmpl index 0edba6e..0e22478 100644 --- a/res/index.css.tmpl +++ b/res/index.css.tmpl @@ -34,6 +34,7 @@ body { top: 50%; left: 50%; transform: translate(-50%, -50%); + text-align: center; } #albums img {