Minor improvements

This commit is contained in:
Sodbileg Gansukh
2023-09-15 16:43:18 +08:00
parent 041cc53595
commit a28a0ae11a
7 changed files with 14 additions and 8 deletions

View File

@@ -1417,7 +1417,7 @@ Search LOGO Login Subscribe
margin-top: max(4vw, 40px);
}
.gh-header + .gh-cta {
.gh-header:is(.is-highlight, .is-magazine) + .gh-cta {
display: block;
}
@@ -1975,11 +1975,11 @@ Search LOGO Login Subscribe
/* 14.3. Page without header */
.page-template .gh-content:only-child > *:first-child:not(.kg-width-full) {
margin-top: 48px;
margin-top: 64px;
}
.page-template .gh-content > *:last-child:not(.kg-width-full) {
margin-bottom: 64px;
margin-bottom: 6vw;
}
.page-template .gh-footer {