minify new css
This commit is contained in:
parent
8b3e0cec07
commit
a0d035511b
|
@ -6794,8 +6794,8 @@ body {
|
|||
.wrapper {
|
||||
padding: 30px 0; }
|
||||
|
||||
.wrapper#wrapper-hero, #wrapper-static-hero.wrapper {
|
||||
padding: 0px; }
|
||||
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
|
||||
padding: 0px !important; }
|
||||
|
||||
.sticky, .gallery-caption, .bypostauthor {
|
||||
font-size: inherit; }
|
||||
|
|
|
@ -1554,7 +1554,7 @@ td.visible-print,th.visible-print{display:table-cell!important}
|
|||
.fa,.fa-stack{display:inline-block}
|
||||
body{padding-top:50px}
|
||||
.wrapper{padding:30px 0}
|
||||
.wrapper#wrapper-hero{padding:0}
|
||||
.wrapper#wrapper-hero,.wrapper#wrapper-static-hero{padding:0!important}
|
||||
.bypostauthor,.gallery-caption,.sticky{font-size:inherit}
|
||||
.wrapper#wrapper-sticky{border-bottom:1px solid #eee}
|
||||
/*!
|
||||
|
|
|
@ -7,7 +7,7 @@ body { padding-top: 50px; }
|
|||
}
|
||||
|
||||
// Reset hero wrapper padding to 0
|
||||
.wrapper#wrapper-hero, #wrapper-static-hero {
|
||||
.wrapper#wrapper-hero, .wrapper#wrapper-static-hero {
|
||||
padding:0px!important;
|
||||
}
|
||||
|
||||
|
|
Reference in New Issue