|
24 | 24 | /* Navbar Logo Size */ |
25 | 25 | .navbar-logo { |
26 | 26 | max-height: 75px; /* Restrict the height of the logo */ |
27 | | - margin-left: -20px; |
| 27 | + margin-left: 0px; |
28 | 28 | } |
29 | 29 |
|
30 | 30 | /* Navbar Margin Sizing Target */ |
@@ -198,8 +198,33 @@ nav .nav-link i, nav .dropdown-item i { |
198 | 198 | align-items: center; /* Align arrow with text */ |
199 | 199 | text-decoration: none; |
200 | 200 | width: 100%; /* Take full width of container */ |
| 201 | + justify-content: inherit; |
201 | 202 | } |
202 | 203 |
|
| 204 | +/* Style the navigation next button - right align */ |
| 205 | +.nav-page-next{ |
| 206 | + justify-content: end; /* Justifies the navigation links to the end */ |
| 207 | +} |
| 208 | + |
| 209 | +/* Style the navigation previous button - left align */ |
| 210 | +.nav-page-previous { |
| 211 | + justify-content: start; /* Justifies the navigation links to the start */ |
| 212 | +} |
| 213 | + |
| 214 | +/* Style the dot for the authors section */ |
| 215 | +.dot { |
| 216 | + height: 25px; |
| 217 | + width: 25px; |
| 218 | + background-color: #bbb; |
| 219 | + border-radius: 50%; |
| 220 | + display: inline-block; |
| 221 | + text-align: center; |
| 222 | + color: white; |
| 223 | + background-color: #0072C3; |
| 224 | + font-size: 12pt |
| 225 | +} |
| 226 | + |
| 227 | + |
203 | 228 | /* Only apply hover effect to nav items with content */ |
204 | 229 | .nav-page:has(a):hover { |
205 | 230 | background-color: #E8E8E8; |
@@ -241,7 +266,6 @@ nav .nav-link i, nav .dropdown-item i { |
241 | 266 | } |
242 | 267 |
|
243 | 268 |
|
244 | | - |
245 | 269 | /* Footer Styling */ |
246 | 270 | .footer { |
247 | 271 | font-size: 1rem; /* Base font size */ |
@@ -275,7 +299,7 @@ nav .nav-link i, nav .dropdown-item i { |
275 | 299 | .nav-footer-left img { |
276 | 300 | text-align: left; |
277 | 301 | vertical-align: top; /* Aligns image to the top */ |
278 | | - margin-left: -10px; /* Aligns image to the IBM logo in the header */ |
| 302 | + margin-left: -20px; /* Aligns image to the IBM logo in the header */ |
279 | 303 | } |
280 | 304 |
|
281 | 305 | /* Footer Center Section */ |
|
0 commit comments