You've already forked Ghost-Theme-Source
Various bug fixes
This commit is contained in:
@@ -552,6 +552,12 @@ Search LOGO Login Subscribe
|
||||
min-height: 80px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.gh-navigation.is-stacked .gh-navigation-brand {
|
||||
min-height: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.gh-navigation.is-stacked .gh-navigation-inner {
|
||||
padding: 0;
|
||||
@@ -1036,6 +1042,34 @@ Search LOGO Login Subscribe
|
||||
.gh-header.is-magazine .gh-header-right .gh-card:last-child .gh-card-image {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.gh-header.is-magazine .gh-header-right {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.gh-header.is-magazine .gh-header-right::before {
|
||||
position: absolute;
|
||||
top: calc(var(--grid-gap) / -2);
|
||||
left: 0;
|
||||
content: "";
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: var(--color-border);
|
||||
}
|
||||
|
||||
.gh-header.is-magazine .gh-header-right .gh-card::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gh-header.is-magazine .gh-header-right .gh-card::after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: calc(var(--grid-gap) / -2);
|
||||
content: "";
|
||||
width: 1px;
|
||||
height: 100%;
|
||||
background-color: var(--color-border);
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
@@ -1058,6 +1092,17 @@ Search LOGO Login Subscribe
|
||||
.gh-header.is-magazine .gh-card-image {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.gh-header.is-magazine .gh-card::before {
|
||||
display: block !important;
|
||||
position: absolute;
|
||||
top: calc(var(--grid-gap) / -2);
|
||||
left: 0;
|
||||
content: "";
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
background-color: var(--color-border);
|
||||
}
|
||||
}
|
||||
|
||||
/* 8.2. Highlight layout */
|
||||
@@ -1287,7 +1332,7 @@ Search LOGO Login Subscribe
|
||||
/* ---------------------------------------------------------- */
|
||||
|
||||
.gh-cta {
|
||||
margin-top: 4vw;
|
||||
margin-top: max(4vw, 40px);
|
||||
}
|
||||
|
||||
.gh-cta-inner {
|
||||
@@ -1347,10 +1392,10 @@ Search LOGO Login Subscribe
|
||||
margin-bottom: 20px;
|
||||
padding-bottom: 12px;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 600;
|
||||
font-weight: 550;
|
||||
letter-spacing: 0.025em;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid var(--color-dark-border);
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.gh-featured-feed {
|
||||
@@ -1454,7 +1499,7 @@ Search LOGO Login Subscribe
|
||||
}
|
||||
|
||||
:is(.gh-featured, .gh-cta) + .gh-container {
|
||||
margin-top: 4vw;
|
||||
margin-top: max(4vw, 40px);
|
||||
}
|
||||
|
||||
.gh-header.is-classic:not(.has-image) + .gh-container {
|
||||
@@ -1509,10 +1554,6 @@ Search LOGO Login Subscribe
|
||||
grid-column: 3 / span 12;
|
||||
}
|
||||
|
||||
.gh-container:not(.has-sidebar) .gh-container-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.gh-container-inner {
|
||||
display: block;
|
||||
@@ -1532,8 +1573,8 @@ Search LOGO Login Subscribe
|
||||
margin-bottom: calc(var(--grid-gap) / 2);
|
||||
padding-bottom: 12px;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 500;
|
||||
letter-spacing: 0.01em;
|
||||
font-weight: 550;
|
||||
letter-spacing: 0.025em;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
}
|
||||
@@ -1846,7 +1887,7 @@ created within the Ghost editor. The main content handles
|
||||
headings, text, images and lists. We deal with cards lower down. */
|
||||
|
||||
.gh-content {
|
||||
font-size: calc(var(--content-font-size, 1.7rem) * var(--font-multiplier, 1));
|
||||
font-size: calc(var(--content-font-size, 1.7rem) * var(--factor, 1));
|
||||
letter-spacing: -0.01em;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user