diff --git a/1/index.html b/1/index.html
index 49827026..71fbcb0a 100644
--- a/1/index.html
+++ b/1/index.html
@@ -1047,6 +1047,12 @@ pagefind-searchbox input:not(:focus-visible) {
box-shadow: var(--pf-shadow-md) !important;
}
+@media (max-width: 650px) {
+ .pf-trigger-shortcut {
+ display: none !important;
+ }
+}
+
.pf-searchbox-dropdown,
.pf-searchbox-footer {
border-width: .125rem !important;
@@ -1634,6 +1640,6 @@ switch (currentThemeValue) {
-
+