Skip to content

Commit efc7e54

Browse files
committed
fix: line height issue on landing list
1 parent 3a8f91c commit efc7e54

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/_includes/style/content.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,20 @@
234234
}
235235
}
236236

237+
.page-home > ul:first-of-type {
238+
display: flex;
239+
flex-direction: column;
240+
gap: 1rem;
241+
242+
> li > p {
243+
line-height: 1.1;
244+
}
245+
246+
strong {
247+
line-height: 1.7;
248+
}
249+
}
250+
237251
.reference-filter {
238252
display: flex;
239253
margin: 1rem 0 1.25rem;

0 commit comments

Comments
 (0)