diff --git a/fwt/styles/Footer.sass b/fwt/styles/Footer.sass index 0215b16..70cd207 100644 --- a/fwt/styles/Footer.sass +++ b/fwt/styles/Footer.sass @@ -1,5 +1,3 @@ -@use '/src/styles/breakpoint.sass' as view - .footer padding: 1rem 0 margin: 0 2rem @@ -7,7 +5,3 @@ bottom: 0 width: 100% opacity: 0.8 - font-size: 1rem - - @media only screen and (max-width: view.$tablet) - font-size: 0.75rem diff --git a/src/pages/index.astro b/src/pages/index.astro index bbe3874..581d760 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -20,15 +20,15 @@ import PA2 from '../../fwt/images/pat-alcala.webp'