Fix list whoopsies

This commit is contained in:
Andy Bell 2019-10-01 14:40:27 +01:00
parent 06d1b03e1c
commit 8f70fc1a05

View file

@ -6,8 +6,8 @@
} }
/* Remove default padding */ /* Remove default padding */
ul, ul[class],
ol { ol[class] {
padding: 0; padding: 0;
} }
@ -18,8 +18,8 @@ h2,
h3, h3,
h4, h4,
p, p,
ul, ul[class],
ol, ol[class],
li, li,
figure, figure,
figcaption, figcaption,