mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-17 11:39:29 -07:00
14 lines
220 B
SCSS
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;
|
|
} |