File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 332
332
}
333
333
334
334
.doc .landing-page-capella .tabpanel > .tabs-image {
335
- width : 500 px ;
335
+ width : 50 % ;
336
336
}
337
337
338
338
/* CSS for How Do You Want To Start Building Today? section */
363
363
box-shadow : 5px 10px 29.48px 0 rgba (0 , 0 , 0 , 0.4 );
364
364
}
365
365
366
- .doc .landing-page-capella .card-box > .fa-regular {
366
+ .doc .landing-page-capella .card-box > .svg-inline--fa {
367
367
color : var (--color-brand-red );
368
+ font-size : 2em ;
368
369
}
369
370
370
371
.doc .landing-page-capella .card-box > h3 {
371
372
margin-block-start : 0 ;
372
- padding-left : 0 ;
373
- text-align : center ;
373
+ padding-left : 1.5 em ;
374
+ text-align : left ;
374
375
}
375
376
376
377
.doc .landing-page-capella .card-box > p {
399
400
400
401
/* Screen size considerations */
401
402
402
- @media screen and (min-width : 340px ) and (max-width : 430 px ) {
403
+ @media screen and (min-width : 340px ) and (max-width : 499 px ) {
403
404
.doc .landing-page-capella .top-row > .positioned-image {
404
405
min-width : 130px ;
405
406
margin-top : -37.5rem ; /* Adjust to position image right below the div */
467
468
}
468
469
}
469
470
470
- @media screen and (min-width : 768 px ) and (max-width : 1280 px ) {
471
+ @media screen and (min-width : 701 px ) and (max-width : 1699 px ) {
471
472
.doc .landing-page-capella .top-row > .positioned-image {
472
473
min-width : 150px ;
473
474
margin-top : -15rem ; /* Adjust to position image right below the div */
501
502
}
502
503
}
503
504
505
+ @media screen and (min-width : 1700px ) {
506
+ .doc .landing-page-capella .tabpanel > .text-tabs-container {
507
+ width : 50% ;
508
+ }
509
+
510
+ .doc .landing-page-capella .tabpanel > .tabs-image {
511
+ width : 50% ;
512
+ }
513
+
514
+ .doc .landing-page-capella .card-box {
515
+ width : 30% ;
516
+ }
517
+ }
518
+
504
519
/* CSS for nav filter */
505
520
.nav .tutorials-filter .nav-menu {
506
521
padding : 20px ;
You can’t perform that action at this time.
0 commit comments