Google Maps section

This commit is contained in:
2022-11-12 12:30:44 +02:00
parent 4060ebdeb7
commit a0658cd508
2 changed files with 17 additions and 1 deletions

View File

@@ -16,13 +16,13 @@
display: flex;
align-items: center;
flex-direction: column;
max-width: 50%;
}
.sectionContainer {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.address {
@@ -120,3 +120,10 @@
.instagramText {
margin-bottom: 0;
}
.googleMaps {
border: 0;
width: 100%;
height: 30rem;
margin: 5% 20% 0% 20%;
}