diff --git a/frontend/src/components/footer/index.js b/frontend/src/components/footer/index.js index 39f737d7cf..da33d4637e 100644 --- a/frontend/src/components/footer/index.js +++ b/frontend/src/components/footer/index.js @@ -91,18 +91,6 @@ export function Footer() { ))} - - {/* AWS logo */} -
- - Powered by AWS Cloud Computing - -
-
diff --git a/frontend/src/components/footer/styles.scss b/frontend/src/components/footer/styles.scss index 2564b04d51..3c8b253522 100644 --- a/frontend/src/components/footer/styles.scss +++ b/frontend/src/components/footer/styles.scss @@ -1,15 +1,14 @@ .footer-ctr-top { padding-top: 3.43rem; - margin-bottom: 2.5rem; + margin-bottom: 3rem; gap: 5rem; @media screen and (max-width: 30em) { gap: 2rem; - margin-bottom: 1rem; } p { - max-width: 600px; + max-width: 600px } a { @@ -32,7 +31,7 @@ } .socials { - gap: 0.75rem; + gap: .75rem } .react-tooltip#shareProjectTooltip {