reduce margin on footer
This commit is contained in:
@@ -242,7 +242,7 @@ body {
|
|||||||
line-height:1.6;
|
line-height:1.6;
|
||||||
}
|
}
|
||||||
.container p {
|
.container p {
|
||||||
margin:0 0 var(--spacing-xl) 0;
|
margin:0 0 var(--spacing-l) 0;
|
||||||
font-size:var(--scale-1);
|
font-size:var(--scale-1);
|
||||||
line-height:1.6;
|
line-height:1.6;
|
||||||
}
|
}
|
||||||
@@ -255,7 +255,7 @@ body {
|
|||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
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);
|
font-size:var(--scale-0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user