get styles closer

This commit is contained in:
2024-04-08 13:55:30 -06:00
parent 5ab5cf62db
commit bc8454e597
4 changed files with 128 additions and 76 deletions

View File

@ -5,13 +5,12 @@ import WizardQuestions from "@/components/wizard-questions.vue";
</script>
<template>
<div>
<h1>Wizard</h1>
<div class="h-full w-full flex flex-col justify-center items-center">
<enter-details-modal />
<!-- <iframe src="https://mw.sa.vin/index.php/lists/zq107l51gw5fc/subscribe?output=embed&width=400&height=400" width="400" height="400" frameborder="0" scrolling="yes"></iframe>-->
<wizard-questions />
<wizard-questions class="" />
</div>
</template>