File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -474,6 +474,18 @@ hr {
474
474
padding : 0rem 0 ;
475
475
}
476
476
477
+ @media only screen and (max-width : 1300px ) {
478
+ .nighthawk-img-container {
479
+ padding-top : 5rem ;
480
+ }
481
+ }
482
+
483
+ @media only screen and (max-width : 1070px ) {
484
+ .nighthawk-img-container {
485
+ padding-top : 10rem ;
486
+ }
487
+ }
488
+
477
489
@media only screen and (max-width : 992px ) {
478
490
.custom-desc-div {
479
491
display : flex ;
496
508
padding-right : 0.5rem !important ;
497
509
margin-bottom : 6rem !important ;
498
510
}
511
+ .nighthawk-img-container {
512
+ padding-top : 3rem ;
513
+ }
499
514
}
500
515
501
516
@media only screen and (max-width : 768px ) {
Original file line number Diff line number Diff line change 69
69
70
70
< div class ="nighthawk-description-div ">
71
71
< div class ="custom-desc-div ">
72
- < div class ="custom-desc-div ">
73
- < div class ="custom-desc-div ">
74
- < img src ="/assets/images/screenshots/meshery-nighthawk-performance-chart.png " />
75
- </ div >
72
+ < div class ="nighthawk-img-container ">
73
+ < img src ="/assets/images/screenshots/meshery-nighthawk-performance-chart.png " />
76
74
</ div >
77
75
< div class ="description-div ">
78
76
< div class ="nighthawk-desc-text head-h1 ">
You can’t perform that action at this time.
0 commit comments