Revert "remove padding"

This reverts commit 949a2a0486.
This commit is contained in:
Ed Chalstrey 2022-08-11 10:06:13 +01:00
parent 949a2a0486
commit dd69627671

View File

@ -9,9 +9,7 @@
ul[id="first-only"] li{ ul[id="first-only"] li{
display: none; display: none;
padding-left: 0;
} }
ul[id="first-only"] li:first-of-type { ul[id="first-only"] li:first-of-type {
display: block; display: block;
padding-left: 0;
} }