forked from yevi.org/Ghost_Ruby_Theme
39 lines
600 B
CSS
39 lines
600 B
CSS
.kg-toggle-card .kg-toggle-heading-text {
|
|
font-size: 1.8rem;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.has-serif-title .kg-toggle-heading-text {
|
|
font-family: var(--font-serif);
|
|
}
|
|
|
|
.kg-toggle-content > * + * {
|
|
margin: 2.4rem 0 0;
|
|
}
|
|
|
|
.kg-callout-card-accent a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.kg-width-wide,
|
|
.kg-width-full {
|
|
margin-right: -30px;
|
|
margin-left: -30px;
|
|
max-width: calc(100% + 60px);
|
|
width: auto;
|
|
}
|
|
|
|
.kg-width-wide img,
|
|
.kg-width-full img {
|
|
width: 100%;
|
|
}
|
|
|
|
.kg-image-card .kg-image {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.kg-image {
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|