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