Files
bridget/assets/css/_core/_base.scss
2023-03-09 21:24:13 +08:00

14 lines
220 B
SCSS

html {
font-family: $global-font-family;
overflow: hidden;
position: relative;
scroll-behavior: smooth;
}
body {
background-color: white;
height: 100vh;
margin: 0;
overflow: hidden;
line-height: 1.5;
}