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:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user