feat: dark map theme (invert filter) + vertically center contact grid
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@ export function Contact() {
|
||||
return (
|
||||
<section id="contact" className="relative section-padding bg-neutral-50 dark:bg-[#050505]">
|
||||
<div className="section-divider absolute top-0 left-0 right-0" />
|
||||
<div className="section-container grid items-start gap-12 lg:grid-cols-2">
|
||||
<div className="section-container grid items-center gap-12 lg:grid-cols-2">
|
||||
<Reveal>
|
||||
<SectionHeading>{contact.title}</SectionHeading>
|
||||
|
||||
@@ -71,6 +71,7 @@ export function Contact() {
|
||||
allowFullScreen
|
||||
loading="lazy"
|
||||
title="Карта"
|
||||
className="dark:invert dark:hue-rotate-180 dark:brightness-95 dark:contrast-90"
|
||||
/>
|
||||
</div>
|
||||
</Reveal>
|
||||
|
||||
Reference in New Issue
Block a user