Skip to content

Commit 2b3259d

Browse files
committed
some more rwd fixes
1 parent 79fc260 commit 2b3259d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

styles/global.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@
4848
--fs-xxl: 0.8rem;
4949
--fs-xxxl: 0.8rem;
5050

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+
5160
/* Responsive Breakpoints */
5261
--screen-sm-min: 768px;
5362
--screen-md-min: 992px;
@@ -128,6 +137,7 @@ code {
128137
font-size: var(--fs-lg);
129138
font-weight: var(--fw-bold);
130139
color: var(--color-neutral-90);
140+
line-height: var(--lh-rg);
131141
}
132142

133143
.p-desc {

0 commit comments

Comments
 (0)