adjust headline spacing for pages without pageactions
This commit is contained in:
parent
423596bd26
commit
2fde26b68e
@ -15,7 +15,6 @@ $if not isModal
|
|||||||
|
|
||||||
<div .main__content-body>
|
<div .main__content-body>
|
||||||
|
|
||||||
<section>
|
|
||||||
$maybe headline <- contentHeadline
|
$maybe headline <- contentHeadline
|
||||||
<h1 .headline-one>
|
<h1 .headline-one>
|
||||||
<!-- $maybe back <- lastMaybe parents
|
<!-- $maybe back <- lastMaybe parents
|
||||||
|
|||||||
@ -541,5 +541,5 @@ section {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.headline-one {
|
.headline-one {
|
||||||
margin-bottom: 15px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
.pagenav {
|
.pagenav {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
|
padding-bottom: 15px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagenav__list-item {
|
.pagenav__list-item {
|
||||||
|
|||||||
Reference in New Issue
Block a user