fix: style

This commit is contained in:
Cory Dransfeldt 2024-01-31 15:56:26 -08:00
parent 48556f7fba
commit 054173afa4
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "5.0.1",
"version": "5.0.2",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

@ -283,7 +283,7 @@ footer nav:last-child {
padding-bottom: 2rem;
}
footer nav:last-child span {
footer nav:last-child span:not(.active) {
margin-left: .375rem;
margin-right: .375rem;
}