aboutsummaryrefslogtreecommitdiff
path: root/components/map.tsx
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-12-26 03:23:04 +0100
committerschererleander <leander@schererleander.de>2025-12-26 03:24:09 +0100
commitd6dc6d6c8c7853384300a84e0733b34f3bb0d899 (patch)
treee9631a0ced18dd6bc58773115b3273afc0472782 /components/map.tsx
parentd4e8681d9b6c6e6ea29e86f753a8a5b0961da5e6 (diff)
style(tailwind): cleanup tailwindcss
Diffstat (limited to 'components/map.tsx')
-rw-r--r--components/map.tsx2
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%)",