diff --git a/src/components/Footer/Footer.scss b/src/components/Footer/Footer.scss index 87c486e..a16d8d1 100644 --- a/src/components/Footer/Footer.scss +++ b/src/components/Footer/Footer.scss @@ -34,15 +34,16 @@ display: flex; flex-direction: column; text-align: left; - width: 60%; - margin: 0 20rem; + flex-basis: 100%; + margin: 0 20rem 0 10rem; } &__contacts { display: flex; position: relative; justify-content: space-between; - flex-direction: row nowrap; + flex-flow: row nowrap; + font-weight: 100; } &__content { @@ -50,6 +51,7 @@ position: relative; flex-flow: column; text-align: left; + padding-right: 3rem; } &__links { @@ -65,8 +67,12 @@ background-color: $black; align-items: center; text-align: center; - justify-content: space-evenly; + justify-content: center; font-size: 12px; - padding: 1rem 40rem; + padding: 1rem 0; + + p { + padding: 0 1rem; + } } } diff --git a/src/components/FooterMap/FooterMap.scss b/src/components/FooterMap/FooterMap.scss index b2a93b3..e4f0103 100644 --- a/src/components/FooterMap/FooterMap.scss +++ b/src/components/FooterMap/FooterMap.scss @@ -2,4 +2,8 @@ .footer-map { display: flex; + + iframe { + border: none; + } }