diff --git a/assets/main.scss b/assets/main.scss index 6f1b24d..57562f9 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -67,7 +67,7 @@ a[href^="#"] { } } &_calc { - @apply pb-0; + @apply py-0; } &-content { diff --git a/components/calcValues.vue b/components/calcValues.vue index c7cbe46..e368108 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -49,7 +49,7 @@ const setPillarColor = (color: string) => { watch(form_state, changeParametres, { deep: true })