Fix bug.
This commit is contained in:
parent
02ab528740
commit
e56b99e351
|
@ -20,6 +20,6 @@ clear: both;
|
|||
padding-bottom: 1em;
|
||||
}
|
||||
.layout-content-inner{
|
||||
min-height: 37em;
|
||||
//min-height: 37em;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700");
|
||||
@import url("//fonts.googleapis.com/css?family=Droid+Sans:400,700");
|
||||
|
||||
// Base
|
||||
@import "base/orbitbar-override";
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
|
||||
<section class="body-banner" data-pp="8"></section>
|
||||
<div class="row">
|
||||
<section class="extra-box col-sm-12" data-pp="23"></section>
|
||||
<section class="extra-box col-sm-12" data-pp="26"></section>
|
||||
<section class="layout-content-box col-sm-8" data-pp="9"></section>
|
||||
<section class="layout-content-box col-sm-4" data-pp="10"></section>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue