summaryrefslogtreecommitdiff
path: root/src/components/Map.tsx
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 10:32:25 +0200
committerYuval Adam <_@yuv.al>2025-09-24 10:32:25 +0200
commit891330d98d75b8621bda2dd7528e099af287060c (patch)
treed3c5e62aa0764f8b09e050e414c4200ffd5ea51e /src/components/Map.tsx
parentc89f55bc7949e2741d29f76392ab3af8d49886ca (diff)
Migrate to tailwind styles
Diffstat (limited to 'src/components/Map.tsx')
-rw-r--r--src/components/Map.tsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/Map.tsx b/src/components/Map.tsx
index 0e39308..070dc5c 100644
--- a/src/components/Map.tsx
+++ b/src/components/Map.tsx
@@ -99,10 +99,7 @@ export function Map({ slider, images }: MapProps) {
return (
<div>
- <div ref={mapContainer} className="map-container" style={{
- height: "100vh",
- width: "100vw"
- }} />
+ <div ref={mapContainer} className="map-container h-screen w-screen" />
</div>
);
} \ No newline at end of file