From a909eb7002a1e2af2b5772cc60fc00942fde1a6e Mon Sep 17 00:00:00 2001 From: jeevika18 Date: Fri, 18 Oct 2024 22:22:12 +0530 Subject: [PATCH] send message button is aligned --- index.html | 4 ++-- style.css | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0a55ba4..3dc77c3 100644 --- a/index.html +++ b/index.html @@ -603,7 +603,7 @@
swasthyapoint2024@gmail.com
-

Contact Us

+

Contact Us

Have Any Query? Please Contact Us!

@@ -651,7 +651,7 @@

Have Any Query? Please Contact Us!

-
+
diff --git a/style.css b/style.css index abb7e05..793031c 100644 --- a/style.css +++ b/style.css @@ -618,6 +618,9 @@ body.night .mb-4{ padding-top: 4px; } +.w-50 { + width: 50%; /* Adjust the width as necessary */ +}