From 32a32feee755b526cf552e512dcb7db383e51766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Tue, 17 Aug 2021 19:53:20 +0200 Subject: [PATCH] Tweak image default width --- res/index.css.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/index.css.tmpl b/res/index.css.tmpl index 442fbfc..46349f9 100644 --- a/res/index.css.tmpl +++ b/res/index.css.tmpl @@ -10,7 +10,7 @@ } #photos a { - width: 20%; + width: 25%; outline: {{ .Config.Border }} solid {{ .Config.BgColor }}; }