Skip to content

Commit

Permalink
docs(examples): remove justify-center
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Dec 27, 2024
1 parent e878115 commit 546a82c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/app/pages/examples/[...slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const width = computed(() => route.query.width && Number.parseInt(route.query.wi
</script>

<template>
<div class="example flex flex-col justify-center items-center h-screen">
<div class="example flex flex-col items-center h-screen">
<component :is="name" v-bind="route.query" />
</div>
</template>
Expand Down

0 comments on commit 546a82c

Please sign in to comment.