Fix missing closing tag in commentary container

This commit is contained in:
2025-05-26 20:24:32 -04:00
parent 6f6a404ba6
commit c13f9dbd84
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -1468,6 +1468,20 @@ html,
font-size: 0.95rem;
padding: 1rem 1.25rem;
}
.commentary-container {
margin-left: 240px;
width: calc(100% - 260px);
padding: 3rem;
max-width: 1400px;
}
.commentary-breadcrumb,
.commentary-navigation {
margin-left: 240px;
width: calc(100% - 260px);
max-width: 1400px;
}
}
@media (max-width: 480px) {
+1 -1
View File
@@ -727,7 +727,7 @@ h1, h2, h3, h4, h5, h6 {
{% endblock %}
{% block content %}
<div class="commentary-container"></div>
<div class="commentary-container">
<header class="commentary-header">
<h1>Commentary on {{ book }}</h1>
<p>Comprehensive analysis and insights from the Authorized King James Version (KJV)</p>