From 8db477a0b6109076a65cbd0a769b3a8245d3df3a Mon Sep 17 00:00:00 2001 From: SWARAJ DAS <151845349+swaraj-das@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:36:55 +0530 Subject: [PATCH] Revert "issue327fixed" --- style.css | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/style.css b/style.css index aea5e48b..c252440d 100644 --- a/style.css +++ b/style.css @@ -10,10 +10,12 @@ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Optional: Add shadow */ } .card-header { + background-color: #333; color: #fff; padding: 10px; margin-bottom: 15px; text-align: center; + border-bottom: 1px solid #ddd; border-radius: 6px; align-items: center; } @@ -114,7 +116,6 @@ button[type="submit"]:hover { } html { - overflow-x: hidden; overflow-y: scroll; scroll-behavior: smooth; } @@ -591,7 +592,6 @@ button:hover img { .footer { background: #303036; color: #d3d3d3; - width: 100%; padding: 50px 0 0; font-family: 'Arial', sans-serif; } @@ -971,7 +971,6 @@ button:hover img { .card-body { display: flex; width: 90%; - overflow-x: hidden; margin: 20px auto; padding: 20px; justify-content: space-between; /* Form on the right and image on the left */ @@ -1019,9 +1018,8 @@ button:hover img { } .footer-bottom { - max-width: 100vw; + max-width: fit-content; } - } @@ -1297,17 +1295,18 @@ button:hover img { max-width: 800px; margin: 40px auto; padding: 20px; - background-color: rgb(71,61,61); + background-color: #ffffff; border: 1px solid #ddd; border-radius: 10px; - box-shadow: 2 10px 8px rgba(255, 254, 254, 0.1); + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .faq-title { text-align: center; font-size: 1.8em; - color: #ffffff; + color: #333; margin-bottom: 20px; + color: #ff6b6b; } .faq { @@ -1371,7 +1370,7 @@ button:hover img { font-family: Arial, sans-serif; margin: 0; padding: 0; - background-color: rgb(71,61,61); + background-color: white; } /* Review Section Container */ @@ -1379,7 +1378,7 @@ button:hover img { max-width: 800px; margin: 40px auto; padding: 20px; - background-color:rgb(71,61,61); + background-color: #ffffff; border: 1px solid #ddd; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); @@ -1389,7 +1388,7 @@ button:hover img { .reviews-title { text-align: center; font-size: 1.8em; - color: #ffffff; + color: #ff6b6b; margin-bottom: 20px; } @@ -1431,8 +1430,3 @@ button:hover img { line-height: 1.5; /* Slightly tighter line height */ } -@media only screen and (max-width: 700px) { - .footer-bottom{ - width: 1000vw !important; - } -} \ No newline at end of file