From f7ae517b658c0052a1218bd0a32a3ae3d26ef234 Mon Sep 17 00:00:00 2001 From: Matheo Guilbert Date: Wed, 15 Apr 2026 17:45:49 +0200 Subject: [PATCH] improve responsive design --- components/sections/FeatureSection.tsx | 2 +- components/sections/WorksSection.tsx | 2 +- components/ui/FeatureColumn.tsx | 6 +++--- components/ui/ProjectCard.tsx | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/components/sections/FeatureSection.tsx b/components/sections/FeatureSection.tsx index b0a9730..6c75261 100644 --- a/components/sections/FeatureSection.tsx +++ b/components/sections/FeatureSection.tsx @@ -2,7 +2,7 @@ import { FeatureColumn } from '@/components/ui/FeatureColumn'; export default function FeatureSection() { return ( -
+
-

Travaux

+

Travaux

{ return ( -
+
{`icon -
{title}
-
{text}
+
{title}
+
{text}
); }; \ No newline at end of file diff --git a/components/ui/ProjectCard.tsx b/components/ui/ProjectCard.tsx index 0ee3474..7b41170 100644 --- a/components/ui/ProjectCard.tsx +++ b/components/ui/ProjectCard.tsx @@ -22,16 +22,16 @@ export const ProjectCard = ({ isTheLast = false }: props) => { return ( -
+
{/* Top separator */}
{/* *** Content *** */} -
-
{projectDate}
+
+
{projectDate}
{/* Left image/video */} -
+
{/* Texts */}
@@ -57,7 +57,7 @@ export const ProjectCard = ({
{/* Bottom separator */} - {isTheLast &&
} + {isTheLast &&
}
); }; \ No newline at end of file