From 07c8263929fb5b46082d5c3b20a11edfb59a2b25 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 3 Dec 2021 17:44:30 +0100 Subject: Use compression to gzip responses. --- views/index.pug | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'views/index.pug') diff --git a/views/index.pug b/views/index.pug index ab5cdc9..ba915b0 100644 --- a/views/index.pug +++ b/views/index.pug @@ -12,7 +12,8 @@ html justify-content: left; } div.list div { - margin: 10px 5px; + min-width: 150px; + margin: 10px 15px; text-align: center; } div.list a:not(:hover) { @@ -22,7 +23,7 @@ html div.list img { box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.5); height: 200px; - margin: 5px 10px; + margin: 5px auto; display: block; } body -- cgit v1.2.3