mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Remove h2 classes to make the styles work in other pages
This commit is contained in:
@@ -1,13 +1,17 @@
|
||||
|
||||
.content__item {
|
||||
margin-bottom: $spacing-unit * 2;
|
||||
|
||||
h3 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.content__header {
|
||||
font-weight: bold;
|
||||
.content__list {
|
||||
h2 {
|
||||
font-weight: bold;
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: $spacing-unit * 2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user