style: adjust projects-footer spacing with negative margin

Set margin-top to -1.5rem and padding-top to 0 for tighter spacing
between last project item and footer link.
This commit is contained in:
juanatsap
2025-11-08 11:44:09 +00:00
parent 2ae9068539
commit ab907dbc58
+2 -2
View File
@@ -1034,8 +1034,8 @@ iconify-icon {
}
.projects-footer {
margin-top: 1.5rem;
padding-top: 1rem;
margin-top: -1.5rem;
padding-top: 0rem;
text-align: center;
font-size: 0.95em;
color: var(--text-gray);