From df9ca6d8577b505fc23274a6efc941108534fac7 Mon Sep 17 00:00:00 2001 From: AnshumanDhiman <67755381+AnshumanDhiman@users.noreply.github.com> Date: Sun, 3 Oct 2021 14:09:49 +0530 Subject: [PATCH] Added responsiveness to the latency scale image Signed-off-by: AnshumanDhiman <67755381+AnshumanDhiman@users.noreply.github.com> --- docs/_sass/about.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/_sass/about.scss b/docs/_sass/about.scss index 19312a37..8c4a5cd7 100644 --- a/docs/_sass/about.scss +++ b/docs/_sass/about.scss @@ -118,4 +118,11 @@ img { .hero-section { margin: 100px; } + + .figbox2 { + + padding: 0px 3px; + width: 70%; + padding-top: 32px; + } }