Disable verse tooltips on mobile

This commit is contained in:
2025-12-05 15:17:33 -05:00
parent 83bdc09cf2
commit d095b94ba5
+7
View File
@@ -301,6 +301,13 @@
}
}
/* Disable tooltips on mobile */
@media (max-width: 768px) {
.verse-tooltip {
display: none !important;
}
}
/* Enhanced typography and spacing */
body {
counter-reset: sidenote-counter;