statichero streamlining
This commit is contained in:
parent
bda832b03e
commit
03cd0eb091
|
@ -6794,7 +6794,7 @@ body {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
padding: 30px 0; }
|
padding: 30px 0; }
|
||||||
|
|
||||||
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
|
.wrapper#wrapper-hero, #wrapper-static-hero.wrapper {
|
||||||
padding: 0px; }
|
padding: 0px; }
|
||||||
|
|
||||||
.sticky, .gallery-caption, .bypostauthor {
|
.sticky, .gallery-caption, .bypostauthor {
|
||||||
|
|
|
@ -7,7 +7,7 @@ body { padding-top: 50px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
// Reset hero wrapper padding to 0
|
// Reset hero wrapper padding to 0
|
||||||
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
|
.wrapper#wrapper-hero, #wrapper-static-hero.wrapper {
|
||||||
padding:0px;
|
padding:0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue