Add mobile design

This commit is contained in:
Fuhrmann 2025-03-17 15:20:35 +01:00
parent 913af8fba6
commit 7d197d73ef
4 changed files with 61 additions and 8 deletions

View file

@ -39,7 +39,7 @@ export function Map() {
}, [divRef, setSceneView]);
return (
<div className="w-full h-full flex flex-col justify-center">
<div className="w-full h-full">
<div className="w-full h-full" ref={divRef}></div>
</div>
);