mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Disable verse tooltips on mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user