From 9a2257aeee9f5834d58b2d439f5b788a35dbbcbd Mon Sep 17 00:00:00 2001 From: Ahmed Sabbour Date: Mon, 11 Dec 2017 13:03:02 +0000 Subject: [PATCH] Updated _general.scss --- _sass/partials/_general.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_sass/partials/_general.scss b/_sass/partials/_general.scss index 1f888e1..3cbf671 100644 --- a/_sass/partials/_general.scss +++ b/_sass/partials/_general.scss @@ -75,7 +75,7 @@ h1 { text-align: left; border-bottom: $blue 9px solid; width: 100%; - line-height: 0.61; + line-height: 1; margin: 0 0 20px; &:before { @@ -96,7 +96,7 @@ h2 { text-align: left; // border-bottom: 5px solid $green; margin: 0 auto 20px; - line-height: 0.63; + line-height: 1; &:before { content: counter(h1-counter) "." counter(h2-counter) " "; @@ -117,7 +117,7 @@ h3{ text-align: left; border-bottom: 4px solid $green; margin: 0 auto 20px; - line-height: 0.65; + line-height: 1; &:before { content: counter(h1-counter) "." counter(h2-counter) "." counter(h3-counter) " "; @@ -137,7 +137,7 @@ h4{ text-align: left; border-bottom: 3px solid $green; margin: 0 auto 18px; - line-height: 0.67; + line-height: 1; &:before { content: counter(h1-counter) "." counter(h2-counter) "." counter(h3-counter) "." counter(h4-counter) " "; @@ -158,7 +158,7 @@ h5{ text-align: left; border-bottom: 2px solid $green; margin: 0 auto 15px; - line-height: 0.68; + line-height: 1; &:before { content: counter(h1-counter) "." counter(h2-counter) "." counter(h3-counter) "." counter(h4-counter) "." counter(h5-counter) " ";