File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 2424/* Navbar Logo Size */
2525.navbar-logo {
2626 max-height : 75px ; /* Restrict the height of the logo */
27- margin-left : 0 px ;
27+ margin-left : -20 px ;
2828}
2929
3030/* Navbar Margin Sizing Target */
@@ -78,7 +78,6 @@ div.sidebar-item-container .active, div.sidebar-item-container .show > .nav-link
7878/* Navbar Brand Text Styling */
7979.navbar-brand {
8080 color : black ; /* Default color */
81- font-size : 14pt ; /* Large font size */
8281 font-weight : 600 ;
8382 position : relative ;
8483 display : block ;
@@ -221,7 +220,11 @@ nav .nav-link i, nav .dropdown-item i {
221220 text-align : center ;
222221 color : white ;
223222 background-color : #0072C3 ;
224- font-size : 12pt
223+ font-size : 9pt ;
224+ align-items : center ;
225+ vertical-align : bottom ;
226+ justify-content : center ;
227+ display : inline-flex ;
225228}
226229
227230
@@ -265,7 +268,6 @@ nav .nav-link i, nav .dropdown-item i {
265268 }
266269}
267270
268-
269271/* Footer Styling */
270272.footer {
271273 font-size : 1rem ; /* Base font size */
@@ -299,7 +301,7 @@ nav .nav-link i, nav .dropdown-item i {
299301.nav-footer-left img {
300302 text-align : left ;
301303 vertical-align : top ; /* Aligns image to the top */
302- margin-left : -20 px ; /* Aligns image to the IBM logo in the header */
304+ margin-left : -10 px ; /* Aligns image to the IBM logo in the header */
303305}
304306
305307/* Footer Center Section */
You can’t perform that action at this time.
0 commit comments