Reduce whitespace around Re Evolution Art logo
Scale logo up and clip padding from source image Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
075c3c589f
commit
9b9ad7d139
|
|
@ -338,12 +338,12 @@ function ReEvolutionSection() {
|
|||
<div className="max-w-6xl mx-auto">
|
||||
<div className="text-center mb-12">
|
||||
{/* Logo */}
|
||||
<div className="relative w-96 h-96 mx-auto mb-6">
|
||||
<div className="relative w-96 h-64 mx-auto mb-2 overflow-hidden">
|
||||
<Image
|
||||
src="/images/reevolution/logo.png"
|
||||
alt="Re Evolution Art Logo"
|
||||
fill
|
||||
className="object-contain"
|
||||
className="object-contain object-center scale-150"
|
||||
/>
|
||||
</div>
|
||||
<p style={{ fontFamily: "'Narrenschiff', sans-serif" }} className="text-xs tracking-[0.2em] text-[var(--accent-gold)] mb-4">
|
||||
|
|
|
|||
Loading…
Reference in New Issue