Fixed GitHub Issue #423 (#453)

Incrased line hights from default to 1.3 at text boxes.
This commit is contained in:
UbiOne
2022-05-18 03:31:46 +02:00
committed by GitHub
parent c49ce91fac
commit 095a936891

View File

@@ -10,3 +10,7 @@ body {
overflow-y: scroll;
overflow-x: hidden;
}
.text-container p {
line-height: 1.3;
}