mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
10 lines
99 B
SCSS
10 lines
99 B
SCSS
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100%;
|
|
}
|
|
|
|
html { margin-left: calc(100vw - 100%); }
|