popov.link/_scss/components/_core.scss

18 lines
212 B
SCSS
Raw Normal View History

@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;
}