diff --git a/kjvstudy_org/templates/resource_detail.html b/kjvstudy_org/templates/resource_detail.html index 28a11a6..9ef37df 100644 --- a/kjvstudy_org/templates/resource_detail.html +++ b/kjvstudy_org/templates/resource_detail.html @@ -105,6 +105,14 @@ article { height: 16px; } +@media (max-width: 768px) { + .resource-description, + .verse-text, + .intro-text { + max-width: 100%; + } +} + @media print { .resource-actions { display: none;