From 3e7af885b5a171a3f65516251725939f8f8e4954 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 11 Jun 2022 17:10:34 +0200 Subject: Fixed list --- src/scopes/_lists.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ @include iro.props-namespace('lists') { @include iro.props-store(( --dims: ( - --indent: fn.global-dim(--list --indent), + --indent: calc(fn.global-dim(--list --indent) + 1em), --margin-top: fn.global-dim(--paragraph --margin-top), ) ), 'dims'); @@ -28,11 +28,11 @@ } ul { - list-style: inside disc; + list-style: disc; } ol { - list-style: inside decimal; + list-style: decimal; } dl { -- cgit v1.2.3-54-g00ecf