Files
bridget/assets/css/_core/_base.scss
2023-03-09 17:06:52 +08:00

15 lines
277 B
SCSS

html {
font-family: $global-font-family;
font-weight: $global-font-weight;
font-size: $global-font-size;
line-height: $global-line-height;
width: 100%;
scroll-behavior: smooth;
}
body {
background-color: white;
height: 100vh;
margin: 0;
overflow: hidden;
}