From c4110b9bc87e51e4f9ec4efccdf371422fa497eb Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Mon, 16 Dec 2024 00:15:00 +0900 Subject: [PATCH] fix(css): fix ul style --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index faf8640..3822337 100644 --- a/static/style.css +++ b/static/style.css @@ -109,3 +109,7 @@ article.on-list { .pagination__title { margin: 20px 0 20px; } + +ul { + margin-top: 30px; +}