From 3335f5958e759fa4ddc1b217f9fe5a929f190dce Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Tue, 25 Jan 2022 09:19:43 +0100 Subject: [PATCH] Fix typos and missing gitignore --- www/css/gallery.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/css/gallery.css b/www/css/gallery.css index a1a15e5..c5c1be3 100644 --- a/www/css/gallery.css +++ b/www/css/gallery.css @@ -11,7 +11,7 @@ main { grid-template-columns: repeat(3, 1fr); grid-gap: 10px; width: 95%; - margin: 15px auto; + margin: 6em auto 15px auto; } figure { overflow: hidden;