Skip to content

Commit e741e83

Browse files
authored
Merge pull request #16 from devamstudio/develop
Develop
2 parents d59ec10 + 42cb2f4 commit e741e83

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sass/base/article.sass

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ article, .#{$class-article}
1717
weight: $font-weight
1818
line-height: calc(var(--grid-square) * var(--grid-squares-per-line) / var(--font-size) * #{$line-height} * 1rem)
1919

20+
p
21+
hyphens: auto
22+
font:
23+
size: $font-base-size
24+
family: $font_main
25+
line-height: calc(var(--grid-square) * var(--grid-squares-per-line) / var(--font-size) * 1rem)
26+
margin:
27+
top: 0
28+
bottom: calc(var(--grid-square) * var(--grid-squares-per-line) / var(--font-size) * 1rem)
29+
30+
*
31+
vertical-align: baseline
32+
2033
ol, ul
2134
margin:
2235
top: 0

0 commit comments

Comments
 (0)