diff --git a/assets/main.scss b/assets/main.scss index 31c8153..2923943 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -72,7 +72,7 @@ body { } &.toggle_visible { - @apply max-xl:flex max-xl:flex-col max-xl:text-center; + @apply max-xl:flex max-xl:flex-col max-xl:text-left; a { @apply max-xl:mb-2; @@ -216,7 +216,7 @@ a[href^="#"] { } &-title { - @apply col-span-4 font-bold text-lg text-end mt-4; + @apply col-span-4 font-bold text-lg text-end xl:mt-4 mb-4 xl:mb-0; } } @@ -285,7 +285,7 @@ button { } &-item { - @apply flex flex-row gap-4 items-center justify-center flex-wrap xl:flex-nowrap; + @apply flex flex-row gap-4 items-center justify-start xl:justify-center flex-wrap xl:flex-nowrap; label { @apply w-full xl:w-auto; @@ -302,6 +302,10 @@ button { &_checkbox { @apply w-full xl:w-auto flex-row xl:flex-initial flex-nowrap } + + input[type=range] { + @apply min-w-[calc(100%-8rem)] xl:min-w-min; + } } } diff --git a/components/calcValues.vue b/components/calcValues.vue index b8abffd..e317ab0 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -151,13 +151,13 @@ const goal = (target: string, params: object) => {