0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-08 11:03:35 +03:00

19 lines
252 B
SCSS
Raw Normal View History

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