Skip to content

Commit

Permalink
💄 style: set a minimum value for paragraph spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Apr 15, 2023
1 parent 1c07128 commit a89fc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ h5 {
p {
font-family: var(--serif-font);
margin-top: 0.4rem;
margin-bottom: 2.3vmin;
margin-bottom: max(2.3vmin, 24px);
line-height: 2rem;
font-size: 1em;
}
Expand Down

0 comments on commit a89fc02

Please sign in to comment.