popov.link/_scss/components/_core.scss
Valentin Popov 3647ff37c5
Complete redesign of site styles
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-05-15 15:28:17 +04:00

19 lines
252 B
SCSS

@import 'utilities/boxsizing';
@import 'utilities/textsizeadjust';
*,
*::after,
*::before {
@include box-sizing(border-box);
@include text-size-adjust(100%);
}
html {
overflow-y: scroll;
}
body {
padding-bottom: 20px;
padding-top: 20px;
}