diff --git a/src/components/Footer/Footer.sass b/src/components/Footer/Footer.sass index f7138dc..0552128 100644 --- a/src/components/Footer/Footer.sass +++ b/src/components/Footer/Footer.sass @@ -2,7 +2,6 @@ .footer padding: 1rem 0 - // margin: 0 2rem 0 0 position: fixed bottom: 0 width: 95vw @@ -11,3 +10,8 @@ @media only screen and (max-width: view.$tablet) font-size: 0.75rem + + @media only screen and (max-width: view.$mobile) + width: auto + text-align: center + position: absolute