From 58cd5450d6abe129fbd604b9572d87391402bd2e Mon Sep 17 00:00:00 2001 From: timnavigate Date: Thu, 20 Aug 2026 11:26:40 +0300 Subject: [PATCH] remove bottom-margin in masterhead style section --- style.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/style.scss b/style.scss index c4f2cdd..e16ce85 100644 --- a/style.scss +++ b/style.scss @@ -18,7 +18,7 @@ html { } body { - background: $white; + background: $white; font: 18px/1.4 $helvetica; color: $darkGray; display: flex; @@ -75,7 +75,7 @@ p { a { color: $blue; text-decoration: none; - cursor: pointer; + cursor: pointer; &:hover, &:active { color: $blue; } @@ -155,7 +155,7 @@ img { // .wrapper-masthead { - margin-bottom: 50px; + /*margin-bottom: 50px;*/ /*commented by issue #30*/ } .masthead { @@ -291,7 +291,6 @@ footer { .copyright { padding-bottom: 10px; text-align: center; - font-size: 12px; color: $gray; }