fix: margin if not header text is present

This commit is contained in:
2026-02-13 00:11:43 +01:00
parent b4b3a746e5
commit 8b1e08e1f2

View File

@@ -199,6 +199,8 @@ html, body {
font-size: 18px; font-size: 18px;
.header-image { .header-image {
margin-bottom: 1em;
img { img {
width: 100%; width: 100%;
height: auto; height: auto;
@@ -210,7 +212,7 @@ html, body {
font-size: 0.8em; font-size: 0.8em;
text-align: center; text-align: center;
line-height: 1em; line-height: 1em;
margin-bottom: 1.5em; margin-bottom: 0;
} }
} }
} }