diff options
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 8584c76..d0f9557 100644 --- a/components/map.tsx +++ b/components/map.tsx @@ -23,7 +23,7 @@ export default function Map() { return ( <div - className="relative h-[350px] rounded-xl overflow-hidden border border-border z-0 bg-background" + className="relative h-[350px] -mx-6 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%)", |
