From 0d3ed8be562a1f63933c8b02cd416cc804273faa Mon Sep 17 00:00:00 2001 From: AnshumanDhiman <67755381+AnshumanDhiman@users.noreply.github.com> Date: Fri, 20 Aug 2021 01:45:53 +0530 Subject: [PATCH 1/3] Added responsive heading and paragraph in the Index page so that when user view in the mobile view heading and paragraph automatically changes to center align Signed-off-by: AnshumanDhiman <67755381+AnshumanDhiman@users.noreply.github.com> --- docs/_sass/getnighthawk.scss | 8 ++++++++ docs/index.html | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/_sass/getnighthawk.scss b/docs/_sass/getnighthawk.scss index 159a5fee..3404ecba 100644 --- a/docs/_sass/getnighthawk.scss +++ b/docs/_sass/getnighthawk.scss @@ -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 diff --git a/docs/index.html b/docs/index.html index fb98c09d..df3d89bf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -87,7 +87,7 @@
Nighthawk is a Layer 7 (HTTP/HTTPS/HTTP2)
performance characterization tool. Nighthawk
@@ -100,8 +100,8 @@Meshery integrates Nighthawk as one of
(currently) three choices of load generator for
characterizing and managing the performance
From 9bf31fc666cbce1599b0f163f5df0e5c8dd6e5e7 Mon Sep 17 00:00:00 2001 From: AnshumanDhiman <67755381+AnshumanDhiman@users.noreply.github.com> Date: Mon, 23 Aug 2021 16:06:15 +0530 Subject: [PATCH 2/3] Heading fonts updated Signed-off-by: AnshumanDhiman <67755381+AnshumanDhiman@users.noreply.github.com> --- docs/_sass/getnighthawk.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_sass/getnighthawk.scss b/docs/_sass/getnighthawk.scss index 3404ecba..3afb84dd 100644 --- a/docs/_sass/getnighthawk.scss +++ b/docs/_sass/getnighthawk.scss @@ -278,6 +278,13 @@ $blue-munsell-3: #4392a4ff; text-align: center; } + .desc-h1 { + font-size: 30px; + line-height: 45px; + font-weight: 700; + color: #000000; + } + } // nighthawk-description ends From b10104d096131ae31d4ed04e6b1c3d0af8e97156 Mon Sep 17 00:00:00 2001 From: AnshumanDhiman <67755381+AnshumanDhiman@users.noreply.github.com> Date: Mon, 23 Aug 2021 16:55:50 +0530 Subject: [PATCH 3/3] Changed the remaining heading Signed-off-by: AnshumanDhiman <67755381+AnshumanDhiman@users.noreply.github.com> --- docs/_sass/getnighthawk.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_sass/getnighthawk.scss b/docs/_sass/getnighthawk.scss index 3afb84dd..9e2adf1e 100644 --- a/docs/_sass/getnighthawk.scss +++ b/docs/_sass/getnighthawk.scss @@ -285,6 +285,13 @@ $blue-munsell-3: #4392a4ff; color: #000000; } + .why-getnighthawk-h2 { + font-size: 30px; + line-height: 50px; + font-weight: 700; + color: #000000; + } + } // nighthawk-description ends