diff --git a/groups/home/LibAnswers-4-js-css.html b/groups/home/LibAnswers-4-js-css.html
index a5ec879..122be38 100644
--- a/groups/home/LibAnswers-4-js-css.html
+++ b/groups/home/LibAnswers-4-js-css.html
@@ -276,6 +276,10 @@ a.no-underline { text-decoration: none; }
}
}
+@media only screen and (max-width: 768px) {
+ #login-text { display: none; }
+}
+
@media only screen and (min-width: 768px) {
.zero-margin { margin: -2px; }