Fix flow width (#377)

This commit is contained in:
Faton Ramadani
2022-08-09 10:13:11 +02:00
committed by GitHub
parent 7ebd37c5ab
commit cd7a29421f

View File

@@ -143,7 +143,9 @@
</script>
<div class="flex flex-row w-full h-full justify-between">
<div class={`flex flex-col mb-96 m-auto w-full sm:w-3/4 lg:w-2/3 xl:w-1/2`}>
<div
class={`flex flex-col mb-96 m-auto w-full sm:w-3/4 lg:w-2/3 ${previewOpen ? 'xl:w-1/2' : ''}`}
>
<!-- Nav between steps-->
<div class="justify-between flex flex-row w-full my-4">
<Breadcrumb>