forked from didirus/AstralRinth
13 lines
110 B
SCSS
13 lines
110 B
SCSS
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100%;
|
|
}
|
|
|
|
body {
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
}
|