From 57a447473b78cb3134988f301490612087d14570 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Mon, 4 Oct 2021 21:20:22 -0400 Subject: fix: better spacing between images --- includes/head.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/head.php b/includes/head.php index 4d7b734..e7fbd50 100644 --- a/includes/head.php +++ b/includes/head.php @@ -128,6 +128,7 @@ p img { display: block; + margin-top: 1em; margin-left: auto; margin-right: auto; max-width: 75%; -- cgit v1.2.3