all repos — elgit @ 49b8b292897031c0d60777edfca11867569b2ee6

fork of legit: web frontend for git, written in go

css: fix ul padding in readme
Anirudh Oppiliappan x@icyphox.sh
Mon, 26 Dec 2022 11:57:00 +0530
commit

49b8b292897031c0d60777edfca11867569b2ee6

parent

95dec0f0564c158d2884faa24cac650043e8dc37

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M static/style.cssstatic/style.css
@@ -158,6 +158,10 @@ background: var(--light-gray);   padding: 0.5rem;
 }
 
+.readme ul {
+  padding: revert;
+}
+
 .diff {
   margin: 1rem 0 1rem 0;
   padding: 1rem 0 1rem 0;