Skip to content

Commit

Permalink
Merge pull request #169 from AnshumanDhiman/master
Browse files Browse the repository at this point in the history
Added responsive heading and paragraph
  • Loading branch information
vinayaksh42 authored Aug 23, 2021
2 parents 1024741 + b10104d commit b20c137
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions docs/_sass/getnighthawk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,28 @@ $blue-munsell-3: #4392a4ff;
margin-top: 2rem;
}


@media (max-width: 500px) {
.head-h1 {
text-align: center;
}

.desc-h1 {
font-size: 30px;
line-height: 45px;
font-weight: 700;
color: #000000;
}

.why-getnighthawk-h2 {
font-size: 30px;
line-height: 50px;
font-weight: 700;
color: #000000;
}

}

// nighthawk-description ends

// stewared by section startups
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</div>
</div>
<div class="description-div">
<div class="nighthawk-desc-text desc-mob-view">
<div class="nighthawk-desc-text desc-mob-view head-h1">
<h1 class="desc-h1">What is Nighthawk?</h1><br>
<p class="des-para">Nighthawk is a Layer 7 (HTTP/HTTPS/HTTP2)</p>
<p class="des-para">performance characterization tool. Nighthawk</p>
Expand All @@ -100,8 +100,8 @@ <h1 class="desc-h1">What is Nighthawk?</h1><br>
<div class="container description-div">
<div class="custom-desc-div">
<div class="nighthawk-meshery-div-columns">
<div class="nighthawk-desc-text-meshery">
<h1 class="desc-h1">Nighthawk and Meshery</h1><br><br>
<div class="nighthawk-desc-text-meshery head-h1">
<h1 class="desc-h1">Nighthawk and Meshery</h1><br>
<p class="des-para">Meshery integrates Nighthawk as one of</p>
<p class="des-para">(currently) three choices of load generator for</p>
<p class="des-para">characterizing and managing the performance</p>
Expand Down

0 comments on commit b20c137

Please sign in to comment.