Center Align Company Name in side bar and downsize the font size

This commit is contained in:
johnnyq 2024-12-06 19:17:15 -05:00
parent 324f66b5fd
commit 804164bc3f
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<!-- Main Sidebar Container -->
<aside class="main-sidebar sidebar-dark-<?php echo nullable_htmlentities($config_theme); ?> d-print-none">
<div class="brand-link brand-text">
<h3 class="text-light mb-0"><?php echo nullable_htmlentities($session_company_name); ?></h3>
<div class="brand-link brand-text text-center">
<h4 class="text-light mb-0"><?php echo nullable_htmlentities($session_company_name); ?></h4>
</div>
<!-- Sidebar -->