diff --git a/landing/mobile-nav.react.js b/landing/mobile-nav.react.js
--- a/landing/mobile-nav.react.js
+++ b/landing/mobile-nav.react.js
@@ -74,14 +74,14 @@
           target="_blank"
           rel="noreferrer"
         >
-          <FontAwesomeIcon icon={faTwitter} className={css.icon} size="xl" />
+          <FontAwesomeIcon icon={faTwitter} className={css.icon} size="1x" />
         </a>
         <a
           href="https://github.com/CommE2E/comm"
           target="_blank"
           rel="noreferrer"
         >
-          <FontAwesomeIcon icon={faGithub} className={css.icon} size="xl" />
+          <FontAwesomeIcon icon={faGithub} className={css.icon} size="1x" />
         </a>
       </div>
     </nav>