diff --git a/kjvstudy_org/templates/book.html b/kjvstudy_org/templates/book.html index fbf0c69..6401d50 100644 --- a/kjvstudy_org/templates/book.html +++ b/kjvstudy_org/templates/book.html @@ -152,7 +152,8 @@ section ul li strong { /* Mobile optimizations */ @media (max-width: 768px) { .chapters-section h2 + p a { - font-size: 1.4rem; + font-size: 2.2rem; + line-height: 1.6; } .book-meta { @@ -173,12 +174,6 @@ section ul li strong { display: none; } } - -@media (max-width: 480px) { - .chapters-section h2 + p a { - font-size: 1.2rem; - } -}