Skip to content

Commit 1f3b370

Browse files
Merge pull request #20 from ibm-client-engineering/bo-updatesnew
Faraz's Final changes
2 parents 71bf9ba + bebe006 commit 1f3b370

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/custom.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/* Navbar Logo Size */
2525
.navbar-logo {
2626
max-height: 75px; /* Restrict the height of the logo */
27-
margin-left: 0px;
27+
margin-left: -20px;
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: -20px; /* Aligns image to the IBM logo in the header */
304+
margin-left: -10px; /* Aligns image to the IBM logo in the header */
303305
}
304306

305307
/* Footer Center Section */

0 commit comments

Comments
 (0)