From f132e6d1e0055ac1237e90b6593559d8e87fdf18 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Wed, 7 May 2025 14:34:46 +0200 Subject: [PATCH] Added container to about page --- components/calendar/state/yearly/Layout.vue | 2 +- pages/about.vue | 14 ++++++++------ tailwind.config.js | 1 - 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/components/calendar/state/yearly/Layout.vue b/components/calendar/state/yearly/Layout.vue index 290d464..374b378 100644 --- a/components/calendar/state/yearly/Layout.vue +++ b/components/calendar/state/yearly/Layout.vue @@ -24,7 +24,7 @@ const moveCalendarRight = useThrottleFn(() => { diff --git a/tailwind.config.js b/tailwind.config.js index d25b7e0..4429158 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -16,7 +16,6 @@ module.exports = { theme: { container: { - center: true, padding: "2rem", screens: { "2xl": "1400px",