setup style

This commit is contained in:
Spedon
2023-03-09 17:06:52 +08:00
parent fe15035e94
commit 0786c8573f
4 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
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;
}

View File