Production #13

Merged
ksenia_mikhailova merged 22 commits from dev into main 2024-07-08 09:23:32 +03:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 989222e264 - Show all commits

View File

@ -74,11 +74,15 @@ a[href^="#"] {
@apply py-10; @apply py-10;
&_imgbg { &_imgbg {
@apply py-0 bg-no-repeat bg-cover bg-bottom h-[50vh]; @apply py-0 bg-no-repeat bg-cover bg-bottom h-[50vh] min-h-[600px];
} }
&_calc { &_calc {
@apply py-0; @apply py-0;
&-canvas {
@apply relative h-[50vh] min-h-[600px];
}
} }
&-content { &-content {

View File

@ -89,7 +89,7 @@ watch([section_count, extra_section], () => {
}) })
</script> </script>
<template> <template>
<div class="container min-w-full relative h-[50vh] min-h-[600px]"> <div class="container min-w-full siteblock_calc-canvas">
<ClientOnly fallback-tag="div"> <ClientOnly fallback-tag="div">
<template #fallback> <template #fallback>
<div class="fallback"> <div class="fallback">