fixed css ad

This commit is contained in:
FezVrasta 2016-08-02 19:55:25 +02:00
parent d9c3f65eea
commit cd0682b56d
3 changed files with 27 additions and 0 deletions

View File

@ -10,4 +10,14 @@
border-style: solid;
border-width: 1px;
}
.cb {
margin-bottom: -2rem !important;
}
@include media-breakpoint-up(sm) {
.cb {
margin-bottom: 0 !important;
}
}
}

View File

@ -0,0 +1,16 @@
.bd-pageheader {
@include media-breakpoint-up(sm) {
.cb {
margin: 2rem 0 0 !important;
}
}
@include media-breakpoint-up(lg) {
.cb {
position: absolute;
top: 0;
right: .75rem; // offset from the .container's padding
margin: 0 !important;
}
}
}

View File

@ -95,3 +95,4 @@ $bd-info: $brand-info; // #5bc0de;
@import 'bmd/drawer';
@import 'bmd/masthead';
@import 'bmd/ads';
@import 'bmd/page-header';