diff options
Diffstat (limited to 'src/scopes')
-rw-r--r-- | src/scopes/_lists.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scopes/_lists.scss b/src/scopes/_lists.scss index 5b157ef..dd47b93 100644 --- a/src/scopes/_lists.scss +++ b/src/scopes/_lists.scss | |||
@@ -4,7 +4,7 @@ | |||
4 | @include iro.props-namespace('lists') { | 4 | @include iro.props-namespace('lists') { |
5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
6 | --dims: ( | 6 | --dims: ( |
7 | --indent: fn.global-dim(--list --indent), | 7 | --indent: calc(fn.global-dim(--list --indent) + 1em), |
8 | --margin-top: fn.global-dim(--paragraph --margin-top), | 8 | --margin-top: fn.global-dim(--paragraph --margin-top), |
9 | ) | 9 | ) |
10 | ), 'dims'); | 10 | ), 'dims'); |
@@ -28,11 +28,11 @@ | |||
28 | } | 28 | } |
29 | 29 | ||
30 | ul { | 30 | ul { |
31 | list-style: inside disc; | 31 | list-style: disc; |
32 | } | 32 | } |
33 | 33 | ||
34 | ol { | 34 | ol { |
35 | list-style: inside decimal; | 35 | list-style: decimal; |
36 | } | 36 | } |
37 | 37 | ||
38 | dl { | 38 | dl { |