From 8b27cb4690081d95610d4c0f1e4cb850dfc8c2f8 Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 18 Apr 2023 15:46:47 +1000 Subject: [PATCH] removed small, added li --- resources/css/app.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/css/app.scss b/resources/css/app.scss index f033a09..ee4bd24 100644 --- a/resources/css/app.scss +++ b/resources/css/app.scss @@ -83,9 +83,12 @@ p { margin: 1rem 0; } -small, -.small { - font-size: 70%; +li { + margin-bottom: 16px; + + & + ul { + margin-top: -16px; + } } .container {