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', },