From 5715c2cdcf7d148e46288fc8e17eccc1e2d72d8c Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 28 Mar 2024 22:30:35 -0400 Subject: [PATCH] fix margin and padding --- _includes/header.html | 8 ++++---- _sass/base.scss | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_includes/header.html b/_includes/header.html index 8a900e8..954c37d 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -17,10 +17,10 @@ {%- endif -%} {%- endif -%} {%- endfor -%} +
  • + Free Consultation +
  • -
    - Free Consultation -
    - \ No newline at end of file + diff --git a/_sass/base.scss b/_sass/base.scss index 145bff3..f88afc9 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -156,7 +156,7 @@ hr { } .header-page-links a { - margin: 0px 15px; + margin: 0px 4px; font-size: 1.1rem; text-decoration: none; } @@ -337,7 +337,7 @@ hr { .right-menu>ul>li:before { content: "" !important; - margin-right: 9px; + margin-right: 4px; } @@ -953,4 +953,4 @@ body { padding-top: 50px; padding-left: 10px; } -} \ No newline at end of file +}