galsfaser section cms plugin extra padding fix
This commit is contained in:
parent
554335ae19
commit
74626a59dc
3 changed files with 18 additions and 9 deletions
|
|
@ -280,7 +280,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 +345,7 @@ header .intro-text .intro-heading {
|
|||
|
||||
section {
|
||||
padding: 75px 0;
|
||||
border-bottom: 1px solid #f3f4f5;
|
||||
}
|
||||
|
||||
@media(max-width:767px) {
|
||||
|
|
@ -353,6 +354,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue