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:
parent
9b9ad7d139
commit
90a62a1b8e
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue