Push Umbe
This commit is contained in:
@@ -3,9 +3,10 @@ import CardNavigation from "#sidebarCards/cardNavigation.svelte";
|
|||||||
import CardPriceiInfo from "#sidebarCards/cardPriceiInfo.svelte";
|
import CardPriceiInfo from "#sidebarCards/cardPriceiInfo.svelte";
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
<div class="">
|
<div class="">
|
||||||
|
|
||||||
<CardNavigation />
|
<CardNavigation client:load/>
|
||||||
<CardPriceiInfo />
|
<CardPriceiInfo />
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -44,7 +44,7 @@ const { title } = Astro.props;
|
|||||||
2xl:grid-cols-[minmax(350px,350px)1fr_minmax(350px,350px)] 2xl:gap-5 2xl:p-6
|
2xl:grid-cols-[minmax(350px,350px)1fr_minmax(350px,350px)] 2xl:gap-5 2xl:p-6
|
||||||
">
|
">
|
||||||
|
|
||||||
<SidebarLeft />
|
<SidebarLeft client:load/>
|
||||||
|
|
||||||
<article class="box rounded-tl-none p-6">
|
<article class="box rounded-tl-none p-6">
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||
Reference in New Issue
Block a user