explorer-app/components/Project/ProjectDetailContainer.vue

17 lines
186 B
Vue
Raw Permalink Normal View History

2023-12-19 18:43:42 +01:00
<template>
<div
lg:flex
gap-32px
>
<div
hidden
w-full
max-w-320px
lg:block
/>
2023-12-19 18:43:42 +01:00
<div w-full>
<slot />
</div>
</div>
</template>