You've already forked Ghost-Theme-Source
Details
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user