super mega layout improvements

This commit is contained in:
2024-12-31 19:32:20 -08:00
parent 923c24a93e
commit 32ab4104a7
8 changed files with 54 additions and 49 deletions

View File

@@ -99,11 +99,10 @@
}
ol > li {
@apply flex;
@apply flex flex-wrap gap-x-2;
counter-increment: counterName;
}
ol > li:before {
@apply mr-2;
content: counter(counterName) '.';
}
}