From f669042651c4ee2cd47b24ec77531e49522b2dca Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Mon, 9 May 2022 18:39:19 -0700 Subject: [PATCH] typo --- static/css/toledot.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/toledot.css b/static/css/toledot.css index 59d62b3..1874477 100644 --- a/static/css/toledot.css +++ b/static/css/toledot.css @@ -16,3 +16,7 @@ ul { list-style-type: disc; margin-left: 2rem; } + +ul + p { + margin-top: 1rem; +}