fix: margin if not header text is present

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

View File

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