diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-26 11:57:00 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-26 11:57:00 +0530 |
commit | 49b8b292897031c0d60777edfca11867569b2ee6 (patch) | |
tree | dd2ad8619be97261953af4f04f7b1b2930b00074 /static | |
parent | 95dec0f0564c158d2884faa24cac650043e8dc37 (diff) | |
download | legit-49b8b292897031c0d60777edfca11867569b2ee6.tar.gz legit-49b8b292897031c0d60777edfca11867569b2ee6.tar.bz2 legit-49b8b292897031c0d60777edfca11867569b2ee6.zip |
css: fix ul padding in readme
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; |