From 49b8b292897031c0d60777edfca11867569b2ee6 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 26 Dec 2022 11:57:00 +0530 Subject: [PATCH] css: fix ul padding in readme --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 080b1af..b8dd834 100644 --- a/static/style.css +++ b/static/style.css @@ -158,6 +158,10 @@ a:hover { padding: 0.5rem; } +.readme ul { + padding: revert; +} + .diff { margin: 1rem 0 1rem 0; padding: 1rem 0 1rem 0;