Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 26, 2024
2 parents 303c2e2 + 73877fa commit 4fefea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/showcase/components/template/TemplateFeatures.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="template-features">
<div v-if="displayType === 'vertical'" class="px-6 py-6 sm:px-10 sm:py-10 lg:py-20 rounded-3xl bg-surface-0 dark:bg-surface-900">
<div class="mx-auto max-w-3xl flex sm:flex-row flex-col items-start gap-6">
<div class="mx-auto max-w-3xl flex md:flex-row flex-col items-start gap-6">
<div
v-for="(_, i) of Array(2).fill(null)"
:key="i"
Expand Down

0 comments on commit 4fefea3

Please sign in to comment.