diff --git a/assets/main.scss b/assets/main.scss index c283eb8..aa99e36 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -90,7 +90,7 @@ a[href^="#"] { } &-title { - @apply col-span-full text-6xl font-black font-h1 leading-[0.85] tracking-tight mb-[3.15rem] + @apply col-span-full text-4xl xl:text-6xl font-black font-h1 leading-[0.85] tracking-tight mb-[3.15rem] } &-image { @@ -115,12 +115,19 @@ a[href^="#"] { } .modal { - @apply bg-white p-10 border rounded shadow prose ; + @apply relative bg-white p-5 lg:p-10 border rounded shadow prose ; &-backdrop { @apply fixed top-0 left-0 right-0 bottom-0 bg-white bg-opacity-70 flex items-center justify-center z-30; } + &-close { + @apply absolute right-4 top-4 text-4xl opacity-50; + } + h2 { + @apply px-4; + } + form { @apply flex flex-col gap-4 items-center; } @@ -139,7 +146,7 @@ textarea { } button { - @apply rounded bg-primary hover:bg-primary-300 transition-colors p-4 inline-block text-2xl font-bold cursor-pointer disabled:opacity-50 disabled:hover:bg-primary leading-4; + @apply rounded bg-primary hover:bg-primary-300 transition-colors p-4 inline-block text-2xl font-bold cursor-pointer disabled:opacity-50 disabled:hover:bg-primary leading-5 lg:leading-4; &.neutral, &[type="reset"] { diff --git a/components/calcValues.vue b/components/calcValues.vue index 0431b07..3aab477 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -234,7 +234,7 @@ const goal = (target: string, params: object) => {

-
+

Внимание! Дополнительная секция приводит к увеличению стоимости. Рекомендуем вам изменить длину забора или длину секции! diff --git a/components/modal.vue b/components/modal.vue index 2c521e0..464ad24 100644 --- a/components/modal.vue +++ b/components/modal.vue @@ -170,6 +170,9 @@ const goal = (target: string, params: object) => {