Google Maps section
This commit is contained in:
@@ -129,7 +129,16 @@ export default function Index() {
|
|||||||
|
|
||||||
<section className={styles.sectionContainer}>
|
<section className={styles.sectionContainer}>
|
||||||
<OpenHours />
|
<OpenHours />
|
||||||
|
<iframe
|
||||||
|
className={styles.googleMaps}
|
||||||
|
src='https://maps.google.com/maps?q=Velkuantie%20988%2C%20Livonsaari%2C%20Finland&t=m&z=13&output=embed&iwloc=near'
|
||||||
|
allowFullScreen={false}
|
||||||
|
loading='lazy'
|
||||||
|
referrerPolicy='no-referrer-when-downgrade'
|
||||||
|
></iframe>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<span className={styles.separator} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -16,13 +16,13 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-width: 50%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sectionContainer {
|
.sectionContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.address {
|
.address {
|
||||||
@@ -120,3 +120,10 @@
|
|||||||
.instagramText {
|
.instagramText {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.googleMaps {
|
||||||
|
border: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 30rem;
|
||||||
|
margin: 5% 20% 0% 20%;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user