Skip to content

Commit 31b02cd

Browse files
committed
use default marging for lists
1 parent 808f64e commit 31b02cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/nine-bushes-repair.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@zemd/css-reset": patch
3+
---
4+
5+
Use default margings for lists

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/*
1515
Remove default margins and paddings except typography elements
1616
*/
17-
:where(:not(dialog, h1, h2, h3, h4, h5, h6, p)) {
17+
:where(:not(dialog, h1, h2, h3, h4, h5, h6, p, ul, ol, li)) {
1818
margin: 0;
1919
padding: 0;
2020
}

0 commit comments

Comments
 (0)