improve responsive design
This commit is contained in:
@@ -2,7 +2,7 @@ import { FeatureColumn } from '@/components/ui/FeatureColumn';
|
||||
|
||||
export default function FeatureSection() {
|
||||
return (
|
||||
<section className="w-full h-180 flex flex-row justify-center items-center">
|
||||
<section className="w-full flex flex-wrap justify-around items-center gap-16 mt-30 lg:mt-40 mb-40">
|
||||
<FeatureColumn
|
||||
imagePath={"/icons/brain.svg"}
|
||||
title={"Plus qu'un simple exécutant"}
|
||||
|
||||
@@ -3,7 +3,7 @@ import { ProjectCard } from "../ui/ProjectCard";
|
||||
export default function WorksSection() {
|
||||
return (
|
||||
<section className="w-full flex flex-col items-start justify-start">
|
||||
<h2 className="text-9xl font-serif text-brand-brown">Travaux</h2>
|
||||
<h2 className="text-[clamp(80px,10vw,128px)] font-serif text-brand-brown mt-6 mb-4">Travaux</h2>
|
||||
|
||||
<ProjectCard
|
||||
projectVideoPath={""}
|
||||
|
||||
Reference in New Issue
Block a user