Skip to content

Commit 420e90e

Browse files
committed
change padding
1 parent a9b0129 commit 420e90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scss/06-blocks/core/_list.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@
6565
&:not([class*="is-style-"]) {
6666
li {
6767
position: relative;
68-
padding-left: 30px;
68+
padding-left: 40px;
6969
margin-bottom: calc(.5 * var(--spacing--block-1));
7070
counter-increment: section;
7171

7272
@include rtl {
73-
padding-right: 30px;
73+
padding-right: 40px;
7474
padding-left: 0;
7575
}
7676

0 commit comments

Comments
 (0)