From 83be908c4f507c2a2bfa6fe1fa145109b5556b0e Mon Sep 17 00:00:00 2001 From: Michael Brusegard <56915010+michaelbrusegard@users.noreply.github.com> Date: Thu, 25 Jan 2024 01:12:56 +0100 Subject: [PATCH] fix: fixed responsive height and main height overflow --- src/components/layout/Footer.tsx | 2 +- src/components/layout/Header.tsx | 2 +- src/components/layout/Main.tsx | 7 +---- src/components/news/NewsCard.tsx | 51 ++++++++++++++++++-------------- 4 files changed, 32 insertions(+), 30 deletions(-) diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index e4c0de3..134cb6b 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -18,7 +18,7 @@ function Footer() { const t = useTranslations('layout'); const year = new Date().getFullYear(); return ( -