You've already forked AstralRinth
forked from didirus/AstralRinth
16 lines
152 B
SCSS
16 lines
152 B
SCSS
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.w-100 {
|
|
width: 100%;
|
|
}
|
|
|
|
body {
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.text-container p {
|
|
line-height: 1.3;
|
|
} |