This commit is contained in:
Tomas Dvorak
2025-10-29 21:20:16 +01:00
parent 823fabee02
commit 16e4533202
61 changed files with 2308 additions and 942 deletions
+2 -2
View File
@@ -151,10 +151,10 @@ const ContactPage: React.FC = () => {
if (!hasLocation && !hasContacts && !hasContactInfo) return null;
return (
<SimpleGrid columns={{ base: 1, md: 2 }} spacing={8}>
<SimpleGrid columns={{ base: 1, md: 2 }} spacing={8} alignItems="start">
{/* Map on the left */}
{hasLocation && (
<Box borderRadius="lg" overflow="hidden" boxShadow="md">
<Box borderRadius="lg" overflow="hidden" boxShadow="md" alignSelf="start">
<ContactMap
latitude={lat}
longitude={lng}