fix: margin if not header text is present
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user