Skip to content

Commit 21f2943

Browse files
committed
fix: paragraph line height
1 parent 2bb46bf commit 21f2943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/assets/css/5-elements/_paragraphs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
p {
22
font-size: var(--fluid-0);
3-
line-height: 1.75;
3+
line-height: calc(1ex / 0.32);
44
max-width: var(--container-max-ch);
55
margin-top: var(--spacing-x-small);
66
margin-bottom: var(--spacing-x-small);
77

88
&.lead {
99
font-size: var(--fluid-2);
10-
line-height: 1.4;
10+
line-height: calc(1ex / 0.37);
1111
font-weight: 500;
1212
}
1313

0 commit comments

Comments
 (0)