Skip to content

Commit

Permalink
Tighten up margins on post list
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsherman committed Nov 22, 2024
1 parent dd7df7a commit aa30428
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ body > footer {
}

.post-list-item {
margin-bottom: 5rem;
margin-bottom: 3rem;

> header {
margin: 3rem 0 1.5rem;

text-transform: uppercase;

h2 {
margin: 0.5rem 0;

font-size: 1.5rem;
}

Expand All @@ -151,5 +151,9 @@ body > footer {
color: var(--base-secondary-color);

font-style: italic;

p {
margin: 0.5rem 0;
}
}
}

0 comments on commit aa30428

Please sign in to comment.