From f942cdf10f96bbc883a29da544d08d574f5d89ce Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Tue, 9 Jul 2024 09:54:04 +0530 Subject: [PATCH 01/11] updated home page css --- index.html | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/index.html b/index.html index 8520e1ae..a7738557 100644 --- a/index.html +++ b/index.html @@ -453,6 +453,69 @@ width: 300%; background: #000; } + + @media (max-width: 768px) { + body{ + width: 163vw !important; + } + .header_container{ + width: 163vw; + height: auto; + } + .nav_menu{ + padding: 10px; + height: auto; + } + .nav-h{ + height: 5.5rem; + width: 163vw; + justify-content: center; + flex-direction: row; + align-items: center; + } + .container { + flex-wrap: wrap; + justify-content: center; + flex-direction: column-reverse; + padding: 10px; + } + .about-service { + height: auto !important; + width: auto !important; + margin-left: 0px !important; + margin-top: 0px !important; + flex-direction: column; + } + .count-box { + padding: 76px; + font-size: 24px; + } + .appointment .container { + display: flex !important; + justify-content: center !important; + align-content: center !important; + } + .mt-2 { + display: flex ; + flex-direction: column !important; + align-items: stretch !important; + justify-content: space-around !important; + align-content: center !important; + } + .appointment form { + display: flex !important; + flex-direction: column !important; + align-items: center !important; + width: 100% !important; + max-width: 500px !important; + } + .appointment .form-group { + width: 100% !important; + display: flex !important; + justify-content: center !important; + margin-bottom: 15px !important; + } + } From 9c47bcb77e1c8f14758a7458a95a9cdb676b4adb Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Tue, 9 Jul 2024 10:07:54 +0530 Subject: [PATCH 02/11] Update index.html --- index.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a7738557..11e2cc3e 100644 --- a/index.html +++ b/index.html @@ -468,7 +468,7 @@ } .nav-h{ height: 5.5rem; - width: 163vw; + width: -webkit-fill-available !important; justify-content: center; flex-direction: row; align-items: center; @@ -515,6 +515,11 @@ justify-content: center !important; margin-bottom: 15px !important; } + footer { + width: max-content !important; + padding: 40px !important; + margin: auto !important; + } } From 8331574d45e51ac6839fc4e5d6ff0e22702294de Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Wed, 10 Jul 2024 01:40:29 +0530 Subject: [PATCH 03/11] Update index.html --- index.html | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 11e2cc3e..c39f7804 100644 --- a/index.html +++ b/index.html @@ -456,6 +456,7 @@ @media (max-width: 768px) { body{ + width: 163vw !important; } .header_container{ @@ -501,6 +502,8 @@ align-items: stretch !important; justify-content: space-around !important; align-content: center !important; + gap: 40px !important; + margin-top: 70px !important; } .appointment form { display: flex !important; @@ -516,10 +519,23 @@ margin-bottom: 15px !important; } footer { - width: max-content !important; + width: 168vw !important; padding: 40px !important; margin: auto !important; } + #appointment.appointment.section-bg { + margin: 15px; + } + .swiper-slide .testimonals-item { + width: 464px !important; + } + .other-columns{ + grid-template-columns: repeat(3, 3fr); + + } + } + .form.php-email-form{ + align-content: flex-start; } @@ -1313,7 +1329,7 @@

Call:

-
+
@@ -1332,7 +1348,7 @@

Dinesh Karthik

-
+
@@ -1350,7 +1366,7 @@

Virat Kohli

-
+
@@ -1368,7 +1384,7 @@

Smrithi Mandanna

-
+
@@ -1387,7 +1403,7 @@

John Doe

-
+
From 2fbc9d6cb8488729fd6b38a5cf22dd6fc0b68520 Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Wed, 10 Jul 2024 10:25:47 +0530 Subject: [PATCH 04/11] Update index.html --- index.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index c39f7804..49c3e69f 100644 --- a/index.html +++ b/index.html @@ -526,8 +526,11 @@ #appointment.appointment.section-bg { margin: 15px; } + .testimonial-contains { + padding: 10px !important; + } .swiper-slide .testimonals-item { - width: 464px !important; + width: 476px !important; } .other-columns{ grid-template-columns: repeat(3, 3fr); @@ -537,6 +540,12 @@ .form.php-email-form{ align-content: flex-start; } + .social-wrapper{ + margin-right: 50%; + } + #slide-item{ + width: 510px !important; + } @@ -1329,7 +1338,7 @@

Call:

-
+
@@ -1348,7 +1357,7 @@

Dinesh Karthik

-
+
@@ -1366,7 +1375,7 @@

Virat Kohli

-
+
@@ -1384,7 +1393,7 @@

Smrithi Mandanna

-
+
@@ -1403,7 +1412,7 @@

John Doe

-
+
From ffd6389f13e910b8fc2b372be15c0d020185100f Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Wed, 10 Jul 2024 10:50:40 +0530 Subject: [PATCH 05/11] Update index.html --- index.html | 37 +++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/index.html b/index.html index 49c3e69f..970309c6 100644 --- a/index.html +++ b/index.html @@ -535,9 +535,7 @@ .other-columns{ grid-template-columns: repeat(3, 3fr); - } - } - .form.php-email-form{ + } .form.php-email-form{ align-content: flex-start; } .social-wrapper{ @@ -546,6 +544,12 @@ #slide-item{ width: 510px !important; } + .footer-col{ + padding:15px ; + text-align: center; + } + } + @@ -1589,19 +1593,7 @@

Legal


  • Testimonials
  • - + From 4e70ae7b8751412db86cd5d0e4890d0d5a416f4f Mon Sep 17 00:00:00 2001 From: Dhairya Gothi Date: Wed, 10 Jul 2024 15:52:23 +0530 Subject: [PATCH 07/11] Update index.html --- index.html | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 1821bbb7..77b57964 100644 --- a/index.html +++ b/index.html @@ -541,14 +541,13 @@ .social-wrapper{ margin-right: 50%; } + #slide-item{ + width: 510px !important; + } .footer-col{ padding:15px ; text-align: center; } - #slide-item{ - width: 510px !important; - } - } @@ -1626,12 +1625,14 @@

    Legal


    - +

    @@ -1236,82 +715,6 @@

    Call:

    - - - -