diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index e73064c911db63b5aba7833ba950e47c5e68bec5..7138c1d6f391ffdf9a7e5c44e5907df94e4b2702 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -42,10 +42,10 @@ export function Footer() {
         <div className="row bg-wine-red footer-container">
           <div>
             <p className="mb-0">
-              <small className="footer-container">
-                © 2024 - Content on this site is licensed under a{" "}
+              <small className="footer-container small-font">
+                © 2024 - Content on this site is licensed under a &nbsp; {" "} 
                 <a
-                  className="subfoot"
+                  className="subfoot small-font"
                   href="https://creativecommons.org/licenses/by/4.0/"
                   rel="license"
                 >
@@ -55,9 +55,9 @@ export function Footer() {
               </small>
             </p>
             <p>
-              <small className="footer-container">
-                The repository used to create this website is available at{" "}
-                <a href={`https://gitlab.igem.org/${teamYear}/${teamSlug}`}>
+              <small className="footer-container small-font">
+                The repository used to create this website is available at &nbsp;{" "}
+                <a href={`https://gitlab.igem.org/${teamYear}/${teamSlug}`} className="small-font">
                   gitlab.igem.org/{teamYear}/{teamSlug}
                 </a>
                 .
diff --git a/src/containers/App/App.css b/src/containers/App/App.css
index 56c973582779d202987b1282bb973f12fb9a1b64..5a1237bb6d16f6f3ec3edf80e055ef7c295fdf3b 100644
--- a/src/containers/App/App.css
+++ b/src/containers/App/App.css
@@ -864,4 +864,8 @@ span.formula_line::-webkit-scrollbar-track {
   flex-direction: column;
   align-items: center;
   justify-content: center;
+}
+
+.small-font {
+  font-size: small;
 }
\ No newline at end of file