section-heading margin issue fix

This commit is contained in:
Arvind Tiwari 2018-02-04 19:33:47 +05:30
commit 1f8fe3cb00
7 changed files with 6 additions and 16 deletions

View file

@ -209,11 +209,6 @@ fieldset[disabled] .btn-xl.active {
border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
/*border-color: #fed136;
background-color: #fed136;*/
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}
@ -372,7 +367,6 @@ section h2.section-heading {
}
section h3.section-subheading {
margin-bottom: 50px;
text-transform: none;
font-family: 'Raleway', "Helvetica Neue", "Open Sans", "Droid Serif", Helvetica, Arial, sans-serif;
font-size: 16px;
@ -382,15 +376,11 @@ section h3.section-subheading {
}
@media(min-width:768px) {
section {
padding: 80px 0;
}
section h2.section-heading {
font-size: 40px;
}
section h3.section-subheading {
font-size: 18px;
margin-bottom: 75px;
}
}

View file

@ -124,7 +124,7 @@
overflow: hidden;
}
.split-section.right {
padding: 100px 0;
/* padding: 100px 0; */
background: rgba(0,0,0,0.03);
}
.split-section.right .split-description {