Bootstrap 5 continued + bugfixes

This commit is contained in:
Joey Kimsey
2024-12-15 17:19:08 -05:00
parent de6d608857
commit 2220c6cda3
27 changed files with 198 additions and 148 deletions

View File

@ -67,9 +67,9 @@
</div>
<!-- Footer -->
<footer class="bg-light border-top">
<div class="container py-3">
<div class="d-flex justify-content-between">
<footer class="border-top context-main-bg">
<div class="container pb-4 pt-3 align-items-center">
<div class="d-flex justify-content-between align-items-center context-main-bg">
{COPY}
{SOCIAL}
</div>

View File

@ -63,9 +63,7 @@
</div>
</div>
{/ISSUES}
<div class="">
{CONTENT}
</div>
{CONTENT}
</div>
{FOOT}
</div>