reduce margin on footer

This commit is contained in:
2025-07-17 23:57:09 -04:00
parent 1e653dfbc1
commit 52be9d6c0c

View File

@@ -242,7 +242,7 @@ body {
line-height:1.6;
}
.container p {
margin:0 0 var(--spacing-xl) 0;
margin:0 0 var(--spacing-l) 0;
font-size:var(--scale-1);
line-height:1.6;
}
@@ -255,7 +255,7 @@ body {
/* Footer */
footer {
margin:var(--spacing-xl) 0; /* 4rem (64px) top and bottom */
margin:var(--spacing-l) 0; /* 4rem (64px) top and bottom */
font-size:var(--scale-0);
}