revert: page_content class name refactor

Since it would have been a breaking change
This commit is contained in:
Suraj Shetty 2022-06-01 17:12:30 +05:30
parent b7026a06ae
commit 8b22f9757e
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@
align-items: center;
}
.page-content {
.page_content {
min-height: 50vh;
}

View file

@ -26,7 +26,7 @@
{% endif %}
</div>
<div class="page-content">
<div class="page_content">
{%- block page_content -%}{%- endblock -%}
</div>