Fix verse text size override on mobile with !important

This commit is contained in:
2025-12-05 15:15:24 -05:00
parent d784504137
commit 83bdc09cf2
+3 -3
View File
@@ -843,9 +843,9 @@ a.crossref-pill:hover {
}
@media (max-width: 768px) {
.verse-text {
font-size: 2.2rem;
line-height: 3rem;
p.verse-text {
font-size: 2.2rem !important;
line-height: 3rem !important;
margin: 1.5rem 0;
}