popov.link/_scss/components/_core.scss
Valentin Popov 244549b54d
Stretching content
Signed-off-by: Valentin Popov <info@valentineus.link>
2019-02-22 03:35:23 +04:00

20 lines
248 B
SCSS

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