summaryrefslogtreecommitdiff
path: root/pages/index.vue
diff options
context:
space:
mode:
Diffstat (limited to 'pages/index.vue')
-rw-r--r--pages/index.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/index.vue b/pages/index.vue
index cecc169..956e4f1 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,8 +1,8 @@
<template lang="pug">
- .mx-auto.max-w-7xl.py-6(class="sm:px-6 lg:px-8")
+ .mx-auto.w-90p.py-6(class="sm:px-6 lg:px-8 md:max-w-7xl")
model-loading(v-if="isLoading")
section(v-else)
- .grid.grid-cols-4.gap-4
+ .grid.grid-cols-1.gap-4(class="md:grid-cols-4")
model-box-card(
v-for="model in models"
:key="model.id"