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
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 581d760..bbe3874 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -20,15 +20,15 @@ import PA2 from '../../fwt/images/pat-alcala.webp'
-
-
+
+