update to bootstrap 4 p2

This commit is contained in:
Joey Kimsey
2024-12-08 04:40:32 -05:00
parent dcbe7c2ac0
commit c4cd445b7d
79 changed files with 429 additions and 342 deletions

View File

@ -1,14 +1,14 @@
<legend>Admin Dashboard</legend>
<div class="row">
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6">
{userDash}
</div>
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="col-xlg-6 col-lg-6 col-md-6 col-sm-6">
{commentDash}
</div>
</div>
<div class="row">
<div class="col-xlg-12 col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="col-xlg-12 col-lg-12 col-md-12 col-sm-12">
{blogDash}
</div>
</div>