11 lines
141 B
SCSS
11 lines
141 B
SCSS
@import '../../stylesheets/mixins';
|
|
|
|
.Page {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
@include breakpoint(tablet) {
|
|
.Page {
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|