11 lines
131 B
SCSS
11 lines
131 B
SCSS
@import './mixins';
|
|
|
|
.page-header {
|
|
margin-top: 0;
|
|
}
|
|
|
|
@include breakpoint(tablet) {
|
|
.page-header {
|
|
margin-top: 20px;
|
|
}
|
|
}
|