Skip to content

Commit

Permalink
tighten paragraph spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Oct 12, 2024
1 parent 6425b52 commit 3429a4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/src/app/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ body {
/* BLOCK ELEMENTS */

p {
margin-bottom: 1rem;
margin-bottom: 0.5rem;
}

a {
Expand All @@ -103,6 +103,10 @@ body {
color: var(--colors-blue-11);
}

img {
margin-bottom: 0.5rem;
}

h1,
h2,
h3,
Expand Down

0 comments on commit 3429a4e

Please sign in to comment.