Skip to content

Commit

Permalink
fix: footer vertical padding
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 1, 2024
1 parent 81915fd commit 8d47c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import Socials from "./Socials.astro";
color: var(--colorAccentLight);
font-size: var(--fontSizeSmall);
font-weight: var(--fontWeightLight);
padding: 4rem 0 3rem;
padding: 3.5rem 0;
width: 100%;
}

Expand Down

0 comments on commit 8d47c91

Please sign in to comment.