diff --git a/style.css b/style.css index 2fffee6..0f455fe 100644 --- a/style.css +++ b/style.css @@ -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); }