From 164cdc775208dcce82ae185513e2ae774065f0b2 Mon Sep 17 00:00:00 2001
From: Collin Laney <95191733+ColDog5044@users.noreply.github.com>
Date: Mon, 25 Nov 2024 19:28:02 -0500
Subject: [PATCH] Center Align the Comany Name in side nav
Adds center text alignment to the adminlte class: brand-text
---
css/sidebar_navigation.css | 10 ++++++++++
header.php | 1 +
2 files changed, 11 insertions(+)
create mode 100644 css/sidebar_navigation.css
diff --git a/css/sidebar_navigation.css b/css/sidebar_navigation.css
new file mode 100644
index 000000000..9928bb971
--- /dev/null
+++ b/css/sidebar_navigation.css
@@ -0,0 +1,10 @@
+/*
+Center aligns ITFlow Company Name in the left navigation sidebar
+Adds center alignment to the adminlte class brand-text
+*/
+.brand-text {
+ text-align: center;
+ /*max-width: 300px;
+ white-space: normal;
+ word-wrap: break-word;*/
+}
diff --git a/header.php b/header.php
index 7d8bd8bfb..36e450b6f 100644
--- a/header.php
+++ b/header.php
@@ -39,6 +39,7 @@
+