Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added responsive heading and paragraph #169

Merged
merged 3 commits into from
Aug 23, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/_sass/getnighthawk.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,14 @@ $blue-munsell-3: #4392a4ff;
margin-top: 2rem;
}


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

}

// 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