From c23b6e8598486a4f9d7d00c3a5ae365e6ceef31d Mon Sep 17 00:00:00 2001 From: Aman Date: Mon, 16 Oct 2023 11:44:24 +0530 Subject: [PATCH] fix:size_of_logo --- about/About.css | 10 +++++++++- about/About.html | 7 ++++++- about/style.css | 2 +- ...nshot_2023-10-11_221108-removebg-preview.png | Bin 0 -> 21604 bytes index.html | 8 ++++++-- style.css | 7 +++++++ 6 files changed, 29 insertions(+), 5 deletions(-) create mode 100644 images/Screenshot_2023-10-11_221108-removebg-preview.png diff --git a/about/About.css b/about/About.css index 1604a04..aa96159 100644 --- a/about/About.css +++ b/about/About.css @@ -11,7 +11,11 @@ h1, h2, h3, h4, h5, h6, p{ /* Header nav start */ - +#jk img{ + width:95px; + /* height: 50%; */ + margin-top: 7px; +} a.nav-link { margin-right: 20px; font-weight: 700; @@ -20,6 +24,10 @@ a.nav-link { color: #ffffff; } +.navbar-brand{ + width: 50px; +} + nav.fill ul li a.nav-link { transition: all .5s; } diff --git a/about/About.html b/about/About.html index eaa3d6e..8ae93c9 100644 --- a/about/About.html +++ b/about/About.html @@ -24,7 +24,12 @@