mirror of
https://github.com/kemko/liquid.git
synced 2026-01-06 10:15:40 +03:00
14 lines
142 B
SCSS
14 lines
142 B
SCSS
|
|
.content__item {
|
|
margin-bottom: $spacing-unit * 2;
|
|
|
|
h3 {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
}
|
|
|
|
.content__header {
|
|
font-weight: bold;
|
|
}
|