From e248080542fa698dd69bbc843ca94fd73cb88360 Mon Sep 17 00:00:00 2001 From: Anjaliavv51 <154777864+Anjaliavv51@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:48:54 +0530 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9E[Bug]:=20Decrease=20of=20font?= =?UTF-8?q?=20size=20in=20navbar=20and=20addition=20of=20effect=20the=20im?= =?UTF-8?q?age?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #1185 --- index.css | 5 +++++ style.css | 1 + 2 files changed, 6 insertions(+) diff --git a/index.css b/index.css index 3a29b65a..eef66cf3 100644 --- a/index.css +++ b/index.css @@ -1153,4 +1153,9 @@ body { background-color: teal !important; font-size: 15px; + } + + /*Effect to the image in aboutus section**/ + .about-img { + filter: drop-shadow(30px 30px 30px rgba(17, 133, 137, 0.683)); } \ No newline at end of file diff --git a/style.css b/style.css index 14a1e2cf..5ac732e9 100644 --- a/style.css +++ b/style.css @@ -384,6 +384,7 @@ h6 { .nav_link li a { transition: all 0.3s ease 0s; color: white; + font-size: 15px; } .nav_link li a:hover { From c7679679884ade0a52358c1de96122e9ab128143 Mon Sep 17 00:00:00 2001 From: Lakshmi Pavananjali <154777864+Anjaliavv51@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:52:24 +0530 Subject: [PATCH 2/2] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 5ac732e9..1e1ffdb7 100644 --- a/style.css +++ b/style.css @@ -384,7 +384,7 @@ h6 { .nav_link li a { transition: all 0.3s ease 0s; color: white; - font-size: 15px; + font-size: 12px; } .nav_link li a:hover {