Skip to content

Commit

Permalink
Merge pull request #380 from swaraj-das/revert-328-issue327
Browse files Browse the repository at this point in the history
Revert "issue327fixed"
  • Loading branch information
swaraj-das authored Oct 13, 2024
2 parents ce85079 + 8db477a commit f5d3c7f
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -114,7 +116,6 @@ button[type="submit"]:hover {
}

html {
overflow-x: hidden;
overflow-y: scroll;
scroll-behavior: smooth;
}
Expand Down Expand Up @@ -591,7 +592,6 @@ button:hover img {
.footer {
background: #303036;
color: #d3d3d3;
width: 100%;
padding: 50px 0 0;
font-family: 'Arial', sans-serif;
}
Expand Down Expand Up @@ -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 */
Expand Down Expand Up @@ -1019,9 +1018,8 @@ button:hover img {
}

.footer-bottom {
max-width: 100vw;
max-width: fit-content;
}

}


Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -1371,15 +1370,15 @@ button:hover img {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: rgb(71,61,61);
background-color: white;
}

/* Review Section Container */
.reviews-container {
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);
Expand All @@ -1389,7 +1388,7 @@ button:hover img {
.reviews-title {
text-align: center;
font-size: 1.8em;
color: #ffffff;
color: #ff6b6b;
margin-bottom: 20px;
}

Expand Down Expand Up @@ -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;
}
}

0 comments on commit f5d3c7f

Please sign in to comment.