popov.link/_scss/components/_core.scss
Valentin Popov c0dbc50ede
feat(css): Update style components
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-12-06 19:49:11 +04:00

18 lines
212 B
SCSS

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