mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2024-11-07 08:05:54 -05:00
Adjust line height on thoughts page
This commit is contained in:
parent
78acf2426c
commit
9b8fc21eb7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ body {
|
||||||
.article p {
|
.article p {
|
||||||
margin-bottom: .4rem;
|
margin-bottom: .4rem;
|
||||||
text-indent: 1rem;
|
text-indent: 1rem;
|
||||||
line-height: 1.3rem;
|
line-height: 1.5em;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
transition: .2s;
|
transition: .2s;
|
||||||
|
|
Loading…
Reference in a new issue