We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fc260 commit 2b3259dCopy full SHA for 2b3259d
1 file changed
styles/global.css
@@ -48,6 +48,15 @@
48
--fs-xxl: 0.8rem;
49
--fs-xxxl: 0.8rem;
50
51
+ /* Line Height */
52
+ --lh-xs: 0.8rem;
53
+ --lh-sm: 1.4rem;
54
+ --lh-rg: 2.4rem;
55
+ --lh-md: 1.8rem;
56
+ --lh-lg: 2.4rem;
57
+ --lh-xl: 3rem;
58
+
59
60
/* Responsive Breakpoints */
61
--screen-sm-min: 768px;
62
--screen-md-min: 992px;
@@ -128,6 +137,7 @@ code {
128
137
font-size: var(--fs-lg);
129
138
font-weight: var(--fw-bold);
130
139
color: var(--color-neutral-90);
140
+ line-height: var(--lh-rg);
131
141
}
132
142
133
143
.p-desc {
0 commit comments