mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
15 lines
277 B
SCSS
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;
|
|
} |