diff --git a/pages/index.tsx b/pages/index.tsx index 4ab96cd..b0efff2 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -129,7 +129,16 @@ export default function Index() {
+
+ + ); diff --git a/styles/Index.module.scss b/styles/Index.module.scss index fed1c29..35fd97c 100644 --- a/styles/Index.module.scss +++ b/styles/Index.module.scss @@ -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%; +}