Skip to content

Commit e6318f6

Browse files
committed
use margin instead of padding on ordered lists
1 parent 6c0eca7 commit e6318f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ ul {
136136

137137
ol {
138138
padding-left: 2.5rem;
139-
padding-block: 1rem;
139+
margin-block: 1rem;
140140
list-style-type: decimal;
141141

142142
li::marker {

0 commit comments

Comments
 (0)