Merge pull request #559 from tiwariav/task/3995/cms_plugins_padding_fix

Task/3995 galsfaser section cms plugin padding fix
This commit is contained in:
Arvind Tiwari 2018-02-08 16:21:50 +05:30 • committed by GitHub
commit 3378bf7562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 24 additions and 28 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;
}
@ -280,7 +275,7 @@ fieldset[disabled] .btn-xl.active {
}
.navbar-default .navbar-brand {
padding: 4px 8px 12px;
padding: 8px 8px;
}
.navbar-default.navbar-shrink .navbar-brand {
padding: 6px 8px 10px;
@ -345,6 +340,7 @@ header .intro-text .intro-heading {
section {
padding: 75px 0;
border-bottom: 1px solid #f3f4f5;
}
@media(max-width:767px) {
@ -353,6 +349,16 @@ section {
}
}
section .section-heading-contain {
margin-bottom: 50px;
}
@media(min-width:767px) {
section .section-heading-contain {
margin-bottom: 75px;
}
}
section h2.section-heading {
margin-top: 0;
margin-bottom: 15px;
@ -361,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;
@ -371,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;
}
}
@ -699,9 +700,6 @@ section h3.section-subheading {
}
@media(min-width:768px) {
.team-member {
margin-bottom: 50px;
}
.team-member h4 {
margin-top: 20px;
margin-bottom: 20px;

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 {