mirror of https://github.com/itflow-org/itflow
Center Align Company Name in side bar and downsize the font size
This commit is contained in:
parent
324f66b5fd
commit
804164bc3f
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue