Skip to content

Commit

Permalink
Fix header style
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottyThePilot committed Oct 29, 2023
1 parent d9a6d7f commit 4a96104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ footer p, footer h1, footer h2, footer h3 {
margin-bottom: 0.5rem;
}

header p:last-child, footer p:last-child {
header p:last-child, header h1:last-child, header h2:last-child, header h3:last-child,
footer p:last-child, footer h1:last-child, footer h2:last-child, footer h3:last-child {
margin-bottom: 0;
}

Expand Down

0 comments on commit 4a96104

Please sign in to comment.