todos-contra-el-fuego-web/imports/ui/stylesheets/_bootstrap-overrides.scss
2017-05-25 16:31:01 -05:00

11 lines
131 B
SCSS

@import './mixins';
.page-header {
margin-top: 0;
}
@include breakpoint(tablet) {
.page-header {
margin-top: 20px;
}
}