0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-06 01:10:26 +03:00
Files
popov.link/_scss/components/_core.scss
2019-03-25 02:52:06 +04:00

20 lines
249 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: 100px;
}