We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd1b75 commit b816ca8Copy full SHA for b816ca8
src/css/landing-page.css
@@ -353,20 +353,20 @@
353
width: 10em; /* Adjust as needed */
354
height: auto;
355
display: block;
356
- margin: -50px;
+ margin: 0 0 0 auto;
357
position: relative;
358
top: 150px; /* Adjust this value to control the amount of overlap */
359
z-index: -1;
360
}
361
362
.doc.landing-page-capella .ending-image {
363
- width: 100%; /* Adjust as needed */
+ width: 10em; /* Adjust as needed */
364
365
366
- margin: -100px auto;
+ margin: -50px;
367
368
369
- z-index: 1;
+ z-index: -1;
370
371
372
/* Screen size considerations */
0 commit comments