13 lines
136 B
SCSS
13 lines
136 B
SCSS
|
|
html,
|
|
body {
|
|
font-family: 'Inter', sans-serif;
|
|
font-size: 16px;
|
|
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#__nuxt {
|
|
height: 100%;
|
|
} |