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