feat: increase line height (#26)

This commit is contained in:
William Faircloth 2023-04-10 07:30:03 -04:00 committed by GitHub
parent 90e865e2a2
commit decc99767d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -476,6 +476,11 @@ footer a {
footer a:hover { footer a:hover {
color: #cfe8f6; color: #cfe8f6;
} }
.features *, .top * {
line-height: 1.2em;
}
#devs { #devs {
max-width: 700px; max-width: 700px;
margin-top: 12px; margin-top: 12px;