LibWeb: Uhh, scale back the default padding on <ul> and <ol> a bit

40px is a lot of padding in our small-fonted world. :^)
This commit is contained in:
Andreas Kling 2020-12-07 21:37:00 +01:00
parent 5d685c4643
commit 05e1ecb3d0

View file

@ -191,5 +191,5 @@ blockquote {
ul,
ol {
padding-left: 40px;
padding-left: 20px;
}