Use 1em paragraph spacing instead of 2em

This commit is contained in:
Anthony Wang 2022-03-23 18:43:46 -05:00
parent 57278cb8a1
commit 8b2f691564
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -28,8 +28,8 @@ p {
margin: auto;
width: 720px;
line-height: 24px;
margin-top: 2em;
margin-bottom: 2em;
margin-top: 1em;
margin-bottom: 1em;
}
pre {