NDOJ/templates/two-column-content.html

14 lines
275 B
HTML
Raw Permalink Normal View History

2023-02-08 05:14:48 +00:00
{% set is_two_column = true %}
2023-01-27 23:11:10 +00:00
{% extends "three-column-content.html" %}
{% block three_col_media %}
<style>
2024-10-03 06:50:21 +00:00
.middle-content {
min-width: 96%;
max-width: 96%;
margin-left: 2%;
2023-01-27 23:11:10 +00:00
}
</style>
{% block two_col_media %}{% endblock %}
{% endblock %}