Skip to content

Commit 209acd8

Browse files
authored
Merge pull request tailwindlabs#250 from benface/patch-2
Remove default list margin
2 parents 255c7b4 + e871ce3 commit 209acd8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

css/preflight.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,11 @@ fieldset {
508508
padding: 0;
509509
}
510510

511+
ol,
512+
ul {
513+
margin: 0;
514+
}
515+
511516
/**
512517
* Suppress the focus outline on elements that cannot be accessed via keyboard.
513518
* This prevents an unwanted focus outline from appearing around elements that

0 commit comments

Comments
 (0)