min height

This commit is contained in:
Kseninia Mikhaylova 2024-07-04 15:01:45 +03:00
parent c314c0a247
commit 989222e264
2 changed files with 6 additions and 2 deletions

View File

@ -74,11 +74,15 @@ a[href^="#"] {
@apply py-10;
&_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 {
@apply py-0;
&-canvas {
@apply relative h-[50vh] min-h-[600px];
}
}
&-content {

View File

@ -89,7 +89,7 @@ watch([section_count, extra_section], () => {
})
</script>
<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">
<template #fallback>
<div class="fallback">