mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 09:20:42 -07:00
15 lines
143 B
SCSS
15 lines
143 B
SCSS
td {
|
|
code {
|
|
border: none;
|
|
background: none;
|
|
}
|
|
}
|
|
|
|
p {
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.content__item {
|
|
margin-bottom: $spacing-unit * 2;
|
|
}
|