mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Center Align Company Name in side bar and downsize the font size
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user