1
0
Files
AstralRinth/assets/styles/utils.scss
UbiOne 095a936891 Fixed GitHub Issue #423 (#453)
Incrased line hights from default to 1.3 at text boxes.
2022-05-17 18:31:46 -07:00

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;
}