Make Re Evolution Art logo responsive and centered on mobile

Use w-full max-w-96 with aspect ratio instead of fixed width

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-04 18:39:37 +00:00
parent 9b9ad7d139
commit 90a62a1b8e
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ function ReEvolutionSection() {
<div className="max-w-6xl mx-auto">
<div className="text-center mb-12">
{/* Logo */}
<div className="relative w-96 h-64 mx-auto mb-2 overflow-hidden">
<div className="relative w-full max-w-96 aspect-[3/2] mx-auto mb-2 overflow-hidden">
<Image
src="/images/reevolution/logo.png"
alt="Re Evolution Art Logo"