fixed project page design

This commit is contained in:
2026-04-16 11:55:31 +02:00
parent 2bf8bae473
commit 15f39c4cb2
6 changed files with 71 additions and 62 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ type props = {
export function ProjectHero({ title, description, dateLabel, locale }: props) {
return (
<div className="md:pt-22">
<div className="md:pt-22 w-full">
<section className="rounded-[10px] bg-brand-brown flex flex-col items-center justify-center text-brand-beige px-6 py-4">
<Link
href={`/${locale}#works`}