You've already forked AstralRinth
forked from didirus/AstralRinth
10 lines
99 B
SCSS
10 lines
99 B
SCSS
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100%;
|
|
}
|
|
|
|
html { margin-left: calc(100vw - 100%); }
|