diff --git a/_site/about/index.html b/_site/about/index.html
index d646763f..a4c19b51 100644
--- a/_site/about/index.html
+++ b/_site/about/index.html
@@ -322,9 +322,6 @@
display: grid;
}
- /* Screen sizes larger than mobile */
- @media only screen and (min-width: 30rem) {}
-
/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {
.navbar {
@@ -341,11 +338,9 @@
gap: 0.5em;
flex-wrap: wrap;
padding: 0;
+ overflow: unset;
}
}
-
- /* Desktop screen size */
- @media only screen and (min-width: 60rem) {}