This commit is contained in:
Ahmed Sabbour 2017-12-11 13:03:02 +00:00
Родитель bbfc3166a9
Коммит 9a2257aeee
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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) " ";