From 30048d1cd4f71208e4c055778fe089b1ce73835c Mon Sep 17 00:00:00 2001 From: ccbikai Date: Sun, 2 Jun 2024 19:18:22 +0800 Subject: [PATCH] fix: some style issues 1. container padding 2. home hero image --- components/home/Hero.vue | 12 ++++++------ tailwind.config.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/home/Hero.vue b/components/home/Hero.vue index 5e7385c..a648047 100644 --- a/components/home/Hero.vue +++ b/components/home/Hero.vue @@ -10,12 +10,6 @@ const { title, description } = useAppConfig()
- +
diff --git a/tailwind.config.js b/tailwind.config.js index 62786e9..8b8dcca 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,7 +9,7 @@ module.exports = { theme: { container: { center: true, - padding: '2rem', + padding: '1rem', screens: { '2xl': '1400px', },