set line height to 1.5em everywhere (#228)

This commit is contained in:
Vlad Gerasimov
2024-09-24 04:21:28 +04:00
committed by GitHub
parent 445f0f6d7a
commit 1ab7d55ef7

View File

@@ -20,6 +20,9 @@ html {
body {
margin: 0;
}
body, body * {
line-height: 1.5em;
}
body.scrollable,
.scrollable,