mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
19 lines
188 B
SCSS
19 lines
188 B
SCSS
td {
|
|
code {
|
|
border: none;
|
|
background: none;
|
|
}
|
|
}
|
|
|
|
p {
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.content__item {
|
|
margin-bottom: $spacing-unit * 2;
|
|
}
|
|
|
|
.content__header {
|
|
font-weight: bold;
|
|
}
|