summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-10-04 21:20:22 -0400
committer53hornet <atc@53hor.net>2021-10-04 21:20:22 -0400
commit57a447473b78cb3134988f301490612087d14570 (patch)
treeab48a974d4a68b3def39ca601aa546480b02d11b
parent7e9f37c18c462e2ad22853bc8361212ff765c3d8 (diff)
download53hor-57a447473b78cb3134988f301490612087d14570.tar.xz
53hor-57a447473b78cb3134988f301490612087d14570.zip
fix: better spacing between images
-rw-r--r--includes/head.php1
1 files changed, 1 insertions, 0 deletions
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%;