Skip to content

Commit b816ca8

Browse files
committed
fix image positioning
1 parent 4fd1b75 commit b816ca8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/css/landing-page.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,20 +353,20 @@
353353
width: 10em; /* Adjust as needed */
354354
height: auto;
355355
display: block;
356-
margin: -50px;
356+
margin: 0 0 0 auto;
357357
position: relative;
358358
top: 150px; /* Adjust this value to control the amount of overlap */
359359
z-index: -1;
360360
}
361361

362362
.doc.landing-page-capella .ending-image {
363-
width: 100%; /* Adjust as needed */
363+
width: 10em; /* Adjust as needed */
364364
height: auto;
365365
display: block;
366-
margin: -100px auto;
366+
margin: -50px;
367367
position: relative;
368368
top: 150px; /* Adjust this value to control the amount of overlap */
369-
z-index: 1;
369+
z-index: -1;
370370
}
371371

372372
/* Screen size considerations */

0 commit comments

Comments
 (0)