mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 18:30:40 -07:00
CSS adjustments to headers
This commit is contained in:
@@ -82,22 +82,22 @@ a {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2.5em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h3 {
|
||||
h2 {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1.5em;
|
||||
h3 {
|
||||
font-size: 1em;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
color: lighten($color-slate, 30%);
|
||||
border-left: 2px solid lighten($color-slate, 50%);
|
||||
|
||||
@@ -7,8 +7,14 @@
|
||||
}
|
||||
|
||||
.content__list {
|
||||
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: $spacing-unit * 2;
|
||||
|
||||
Reference in New Issue
Block a user