From 8b2f691564d25357848c8c647c7c18ecf22efb3b Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Wed, 23 Mar 2022 18:43:46 -0500 Subject: [PATCH] Use 1em paragraph spacing instead of 2em --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index badaa84..6ad587d 100644 --- a/style.css +++ b/style.css @@ -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 {