|
275 | 275 | }
|
276 | 276 |
|
277 | 277 | .doc.landing-page-capella .tabs .tablist > ul li {
|
278 |
| - align-content: space-around; |
279 |
| - justify-content: space-between; |
280 |
| - flex-wrap: wrap; |
281 | 278 | margin-right: 1rem;
|
282 | 279 | }
|
283 | 280 |
|
284 |
| -.doc.landing-page-capella .tablist.ulist { |
285 |
| - display: flex; |
286 |
| - justify-content: center; |
287 |
| -} |
288 |
| - |
289 | 281 | .doc.landing-page-capella .tabpanel {
|
290 |
| - display: flex; |
291 | 282 | padding: 2em 1.25em;
|
292 | 283 | }
|
293 | 284 |
|
294 | 285 | .doc.landing-page-capella .tabs.responsive .tabpanel {
|
295 |
| - flex-direction: column; |
296 | 286 | padding: 2rem 4rem 2rem 1rem;
|
297 |
| - width: 50%; |
298 | 287 | }
|
299 | 288 |
|
300 | 289 | .doc.landing-page-capella .tabs.responsive .tabpanel .paragraph > p > a {
|
301 | 290 | font-weight: var(--weight-semibold);
|
302 | 291 | }
|
303 | 292 |
|
304 |
| -.doc.landing-page-capella .tabpanel > .tabs-image { |
305 |
| - width: 50%; |
306 |
| -} |
307 |
| - |
308 | 293 | /* CSS for How Do You Want To Start Building Today? section */
|
309 | 294 | .doc.landing-page-capella .centered > h2 {
|
310 | 295 | text-align: center;
|
|
364 | 349 | text-decoration: underline;
|
365 | 350 | }
|
366 | 351 |
|
| 352 | +.doc.landing-page-capella .opening-image { |
| 353 | + width: 10em; /* Adjust as needed */ |
| 354 | + height: auto; |
| 355 | + display: block; |
| 356 | + margin: -50px; |
| 357 | + position: relative; |
| 358 | + top: 150px; /* Adjust this value to control the amount of overlap */ |
| 359 | + z-index: -1; |
| 360 | +} |
| 361 | + |
367 | 362 | .doc.landing-page-capella .ending-image {
|
368 | 363 | width: 100%; /* Adjust as needed */
|
369 | 364 | height: auto;
|
370 | 365 | display: block;
|
371 |
| - margin: 0 auto; |
| 366 | + margin: -100px auto; |
372 | 367 | position: relative;
|
373 | 368 | top: 150px; /* Adjust this value to control the amount of overlap */
|
374 | 369 | z-index: 1;
|
375 | 370 | }
|
376 | 371 |
|
377 | 372 | /* Screen size considerations */
|
378 | 373 |
|
379 |
| -@media screen and (min-width: 340px) and (max-width: 499px) { |
| 374 | +@media screen and (max-width: 499px) { |
380 | 375 | .doc.landing-page-capella .tabs {
|
381 | 376 | margin: 2rem 0;
|
382 | 377 | width: 100%;
|
383 | 378 | }
|
384 | 379 |
|
385 |
| - .doc.landing-page-capella .tabpanel { |
386 |
| - display: block; |
387 |
| - } |
388 |
| - |
389 |
| - .doc.landing-page-capella .tabs.responsive .tabpanel { |
390 |
| - flex-direction: column; |
391 |
| - width: 100%; |
392 |
| - } |
393 |
| - |
394 |
| - .doc.landing-page-capella .tabpanel > .tabs-image { |
395 |
| - width: 250px; |
396 |
| - } |
397 |
| - |
398 | 380 | .doc.landing-page-capella .card-container {
|
399 | 381 | flex-direction: column;
|
400 | 382 | width: 100%;
|
|
406 | 388 | }
|
407 | 389 |
|
408 | 390 | @media screen and (min-width: 500px) and (max-width: 700px) {
|
409 |
| - .doc.landing-page-capella .tabs { |
410 |
| - margin: 2rem 0; |
411 |
| - width: 100%; |
412 |
| - } |
413 |
| - |
414 |
| - .doc.landing-page-capella .tabpanel { |
415 |
| - display: block; |
416 |
| - } |
417 |
| - |
418 |
| - .doc.landing-page-capella .tabs.responsive .tabpanel { |
419 |
| - flex-direction: column; |
420 |
| - width: 100%; |
421 |
| - } |
422 |
| - |
423 |
| - .doc.landing-page-capella .tabpanel > .tabs-image { |
424 |
| - width: 275px; |
425 |
| - } |
426 |
| - |
427 |
| - .doc.landing-page-capella .card-container { |
428 |
| - flex-direction: column; |
429 |
| - width: 100%; |
430 |
| - } |
431 |
| - |
432 | 391 | .doc.landing-page-capella .card-box {
|
433 | 392 | width: 100%;
|
434 | 393 | }
|
435 | 394 | }
|
436 | 395 |
|
437 | 396 | @media screen and (min-width: 701px) and (max-width: 1699px) {
|
438 |
| - .doc.landing-page-capella .tabs { |
439 |
| - margin: 2rem 0; |
440 |
| - width: 100%; |
441 |
| - } |
442 |
| - |
443 |
| - .doc.landing-page-capella .tabpanel { |
444 |
| - display: block; |
445 |
| - padding: 2em 1.25em; |
446 |
| - } |
447 |
| - |
448 |
| - .doc.landing-page-capella .tabs.responsive .tabpanel { |
449 |
| - flex-direction: column; |
450 |
| - width: 100%; |
451 |
| - } |
452 |
| - |
453 |
| - .doc.landing-page-capella .tabpanel > .tabs-image { |
454 |
| - width: 50%; |
455 |
| - } |
456 |
| - |
457 | 397 | .doc.landing-page-capella .card-container {
|
458 | 398 | width: 100%;
|
459 | 399 | }
|
|
464 | 404 | }
|
465 | 405 |
|
466 | 406 | @media screen and (min-width: 1700px) {
|
467 |
| - .doc.landing-page-capella .tabs.responsive .tabpanel { |
468 |
| - width: 50%; |
469 |
| - } |
470 |
| - |
471 |
| - .doc.landing-page-capella .tabpanel > .tabs-image { |
472 |
| - width: 50%; |
473 |
| - } |
474 |
| - |
475 | 407 | .doc.landing-page-capella .card-box {
|
476 | 408 | width: 30%;
|
477 | 409 | }
|
|
0 commit comments