aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/map.tsx2
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%)",