Adjust line height on thoughts page

This commit is contained in:
Hamza Nasher-Alneam 2024-05-27 13:15:10 -04:00 committed by GitHub
parent 78acf2426c
commit 9b8fc21eb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,7 +31,7 @@ body {
.article p {
margin-bottom: .4rem;
text-indent: 1rem;
line-height: 1.3rem;
line-height: 1.5em;
font-size: 1.1rem;
font-family: serif;
transition: .2s;