NDOJ/templates/two-column-content.html

14 lines
275 B
HTML
Raw Normal View History

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