Skip to content

Commit da709da

Browse files
committed
Fix line-height for article titles
1 parent 2188e31 commit da709da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ svg {
283283
color: var(--color-dark);
284284
font-size: 1.5rem;
285285
font-weight: 600;
286-
line-height: 2em;
286+
line-height: 1.2;
287287
text-decoration: none;
288288
}
289289

0 commit comments

Comments
 (0)