You've already forked Ghost-Theme-Source
Fixed recommendations title being hidden in some cases
This commit is contained in:
@@ -1835,6 +1835,17 @@ Search LOGO Login Subscribe
|
||||
top: calc(var(--grid-gap) / 2);
|
||||
}
|
||||
|
||||
.gh-sidebar-title {
|
||||
grid-column: 1 / -1;
|
||||
margin-bottom: calc(var(--grid-gap) / 2);
|
||||
padding-bottom: 12px;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 550;
|
||||
letter-spacing: 0.025em;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid var(--color-border);
|
||||
}
|
||||
|
||||
.gh-about {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
Reference in New Issue
Block a user