mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
Fix missing closing tag in commentary container
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user