diff --git a/src/component/form/indent/index.css b/src/component/form/indent/index.css index a84983c6..7c13c60a 100644 --- a/src/component/form/indent/index.css +++ b/src/component/form/indent/index.css @@ -1,6 +1,12 @@ :root { - --indent-size: 5; - --indent-space: calc((var(--indent-size) / 2) * 1em); + --indent-size: 6; + --indent-space: calc((var(--indent-size) / 4) * 1em); +} + +@media (min-width: 900px) { + :root { + --indent-size: 10; + } } .form-indent {