Skip to content

Commit c2517c3

Browse files
authored
Merge pull request #227 from NikhilSharma03/fix_responsive_images
[Site] Fixed unresponsive image
2 parents 691d174 + b195b17 commit c2517c3

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

docs/_sass/layout.scss

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ section + section {
133133
.page h2 {
134134
text-align: center;
135135
margin: 2.5rem 0;
136-
text-transform: capitalize;
136+
text-transform: capitalize;
137137
}
138138

139139
blockquote {
@@ -480,7 +480,24 @@ hr {
480480
flex-direction: column;
481481
padding: 0rem;
482482
}
483+
.description-div-grpc {
484+
display: flex;
485+
flex-direction: column-reverse;
486+
padding: 0rem;
487+
margin: 0 !important;
488+
max-width: 100% !important;
489+
}
490+
.nighthawk-meshery-div {
491+
margin: 0 !important;
492+
margin-top: 2rem;
493+
}
494+
.nighthawk-meshery-div-columns {
495+
padding-left: 0.5rem !important;
496+
padding-right: 0.5rem !important;
497+
margin-bottom: 6rem !important;
498+
}
483499
}
500+
484501
@media only screen and (max-width: 768px) {
485502
.custom-nav-cont-1,
486503
.custom-nav-cont-2 {

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h1 class="desc-h1">Nighthawk and Meshery</h1>
9494
</div>
9595
</div>
9696
<div class="nighthawk-meshery-div">
97-
<div class="container description-div">
97+
<div class="container description-div description-div-grpc">
9898
<div class="custom-desc-div">
9999

100100
<div class="nighthawk-desc-text-meshery head-h1">

0 commit comments

Comments
 (0)