This commit is contained in:
Sodbileg Gansukh
2023-07-31 12:58:56 +08:00
parent 467f1c3ece
commit c5a6870fcf
5 changed files with 21 additions and 11 deletions

View File

@@ -1137,7 +1137,7 @@ Search LOGO Login Subscribe
flex-direction: column;
align-items: center;
gap: 24px;
padding-top: 80px;
padding-top: 100px;
border-top: 1px solid var(--color-border);
}
@@ -1206,11 +1206,15 @@ Search LOGO Login Subscribe
font-weight: 600;
}
.gh-header.is-classic ~ .gh-cta {
display: none;
}
/* 10. Featured posts
/* ---------------------------------------------------------- */
.gh-featured {
margin-top: 64px;
margin-top: 100px;
}
.gh-featured-title {
@@ -1282,6 +1286,10 @@ Search LOGO Login Subscribe
column-gap: var(--grid-gap);
}
:is(.gh-featured, .gh-cta) + .gh-container {
margin-top: 100px;
}
/* 11.1. With sidebar */
.gh-container.has-sidebar .gh-main {