diff --git a/fwt/styles/Footer.sass b/fwt/styles/Footer.sass index 70cd207..0215b16 100644 --- a/fwt/styles/Footer.sass +++ b/fwt/styles/Footer.sass @@ -1,3 +1,5 @@ +@use '/src/styles/breakpoint.sass' as view + .footer padding: 1rem 0 margin: 0 2rem @@ -5,3 +7,7 @@ bottom: 0 width: 100% opacity: 0.8 + font-size: 1rem + + @media only screen and (max-width: view.$tablet) + font-size: 0.75rem