Skip to content

Commit

Permalink
Update ìcb-bootcamp.html
Browse files Browse the repository at this point in the history
Signed-off-by: Raydo Matthee <raydo@skunkworks.africa>
  • Loading branch information
burnt-exe authored May 24, 2024
1 parent eb53931 commit 18036de
Showing 1 changed file with 12 additions and 18 deletions.
30 changes: 12 additions & 18 deletions IBM/ìcb-bootcamp.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@
padding-right: 320px;
}

.cover-page img {
max-width: 100%; /* Ensure the image does not exceed its container */
height: auto; /* Maintain the aspect ratio */
margin: 10px auto; /* Center the image horizontally */
.cover-page {
text-align: center;
margin-bottom: 40px;
}

.cover-page img {
Expand Down Expand Up @@ -189,20 +188,15 @@
margin-top: 0;
}

/* Footer Styles */
footer {
background-color: #0f62fe;
color: #fff;
text-align: center;
padding: 10px; /* Reduced padding for a smaller height */
position: fixed;
bottom: 0;
width: calc(100% - 240px); /* Adjust width to accommodate the sidebars */
box-sizing: border-box;
z-index: 100; /* Ensure footer is above other content */
overflow-x: hidden; /* Hide horizontal overflow */
overflow-y: auto; /* Enable vertical scroll if needed */

footer {
background-color: #0f62fe;
color: #fff;
text-align: center;
padding: 20px;
position: fixed;
bottom: 0;
width: 100%;
box-sizing: border-box;
}

.badge {
Expand Down

0 comments on commit 18036de

Please sign in to comment.