diff options
| author | schererleander <leander@schererleander.de> | 2025-12-26 04:07:53 +0100 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-12-26 04:07:53 +0100 |
| commit | c1ff7aa7de01d09b966fd2da2b5b5073ddad869a (patch) | |
| tree | bb116f842c18a0aabea693fe6f0a0778eafe549a /components/map.tsx | |
| parent | d1e7df9fb256661ff491e8cb7aff2e1732c3b7e5 (diff) | |
style(map): reduce negative margin to prevent overflow
Diffstat (limited to 'components/map.tsx')
| -rw-r--r-- | components/map.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/map.tsx b/components/map.tsx index d0f9557..5a17d9d 100644 --- a/components/map.tsx +++ b/components/map.tsx @@ -23,7 +23,7 @@ export default function Map() { return ( <div - className="relative h-[350px] -mx-6 sm:mx-0 sm:rounded-xl overflow-hidden sm:border z-0 bg-background" + className="relative h-[350px] -mx-4 sm:mx-0 sm:rounded-xl overflow-hidden sm:border z-0 bg-background" style={{ maskImage: "linear-gradient(to bottom, black 50%, transparent 100%)", WebkitMaskImage: "linear-gradient(to bottom, black 50%, transparent 100%)", |
