aboutsummaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-14 18:59:19 +0200
committerGravatar Corentin Thomasset <corentin.thomasset74@gmail.com> 2022-04-14 18:59:19 +0200
commit2df3f53b78bbe419763fd359788a4b0b5710e4b7 (patch)
tree6353c45f2e8cd1c253105e4c0b2f363bbfbf0aed /src/pages
parent483cf66db992169d361487c8461938810793b978 (diff)
downloadit-tools-2df3f53b78bbe419763fd359788a4b0b5710e4b7.tar.gz
it-tools-2df3f53b78bbe419763fd359788a4b0b5710e4b7.tar.zst
it-tools-2df3f53b78bbe419763fd359788a4b0b5710e4b7.zip
refactor(style): responsive layout
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/Home.page.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/Home.page.vue b/src/pages/Home.page.vue
index e733507..830c334 100644
--- a/src/pages/Home.page.vue
+++ b/src/pages/Home.page.vue
@@ -5,7 +5,7 @@ import ToolCard from '../components/ToolCard.vue';
<template>
<div class="home-page">
- <n-grid x-gap="12" y-gap="12" :cols="3">
+ <n-grid x-gap="12" y-gap="12" cols="1 400:2 800:3 1200:4 2000:8">
<n-gi v-for="tool in toolsWithCategory" :key="tool.name">
<tool-card :tool="tool" />
</n-gi>