From 998c35693224e1814b9f5d5b7a41704b7b970245 Mon Sep 17 00:00:00 2001 From: Clement Date: Mon, 20 May 2024 15:45:43 +0200 Subject: [PATCH] fix layout --- front/src/components/widgets/Footer.astro | 2 +- front/src/layouts/PageLayout.astro | 38 ++++++++++++----------- 2 files changed, 21 insertions(+), 19 deletions(-) diff --git a/front/src/components/widgets/Footer.astro b/front/src/components/widgets/Footer.astro index 2b7fb6e..ff946bd 100644 --- a/front/src/components/widgets/Footer.astro +++ b/front/src/components/widgets/Footer.astro @@ -26,7 +26,7 @@ export interface Props { const { socialLinks = [], secondaryLinks = [], links = [], footNote = '', theme = 'light' } = Astro.props; --- -