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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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