diff --git a/assets/main.scss b/assets/main.scss index 518bbd6..8872443 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -181,7 +181,7 @@ a[href^="#"] { // @apply; .container { - @apply gap-4 items-start; + @apply gap-4 items-stretch; } } @@ -298,10 +298,14 @@ button { } .form { - @apply col-span-full grid grid-cols-12 gap-4; + @apply col-span-full h-full grid grid-cols-12 gap-4 justify-between; + + &-group { + @apply col-span-full rounded gap-2; + } &-row { - @apply col-span-full flex flex-row flex-wrap gap-4; + @apply col-span-full flex flex-row flex-wrap gap-2; } &-item { diff --git a/components/calc/values.vue b/components/calc/values.vue index 4b0d430..771a0d9 100644 --- a/components/calc/values.vue +++ b/components/calc/values.vue @@ -183,110 +183,117 @@ const calc_table = computed(() => {