Skip to content

Commit d604fe1

Browse files
committed
only show flow chart on desktop
1 parent 2e9a96f commit d604fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</v-col>
9494
</v-row>
9595
</v-container>
96-
<v-sheet color="#FFFFFF">
96+
<v-sheet v-if="$vuetify.breakpoint.lgAndUp" color="#FFFFFF">
9797
<v-container>
9898
<v-row class="pb-16">
9999
<v-col cols="12" class="text-center pb-16 pt-8">

0 commit comments

Comments
 (0)