cosmetic: Add some top margin to the 'intro' block

This commit is contained in:
Alexandre Aubin 2024-08-05 22:06:31 +02:00
parent f2ccc2a65a
commit 41f9198f6a

View file

@ -9,6 +9,10 @@ defineProps<{
</template>
<style>
.intro {
@apply mt-4;
}
.intro p {
@apply mb-4;
}