Production #13
|
@ -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 {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue