style: adjust component spacing and layout for improved mobile display

This commit is contained in:
2025-10-14 15:35:00 +02:00
parent 661e035e19
commit f22a288dd9
5 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ export function About() {
return (
<section
id="about"
className="relative overflow-hidden bg-gray-900 py-20 sm:py-28"
className="relative overflow-hidden bg-gray-900 py-20 lg:py-32 -top-12"
>
<div className="absolute top-1/2 left-20 -translate-y-1/2 sm:left-1/2 sm:-translate-x-1/2">
<CircleBackground color="#fff" className="animate-spin-slower" />