remove padding

This commit is contained in:
Ed Chalstrey 2022-08-11 10:01:31 +01:00
parent 6b18a58bde
commit 949a2a0486

View File

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