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