fix: style
This commit is contained in:
parent
48556f7fba
commit
054173afa4
2 changed files with 2 additions and 2 deletions
|
@ -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": {
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue