Skip to content

Commit bab271b

Browse files
authored
Merge pull request #245 from gsasansol/revert-244-main
Revert "background gradient added, box hadow added, contact card bg modified"
2 parents e3ece3e + feac3d8 commit bab271b

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

styles.css

+6-21
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,6 @@ body.dark {
603603
/* About Us section Styles goes here */
604604

605605
.aboutus-section-wrapper {
606-
background-image: linear-gradient(white, #cee1e8);
607606
width: 100%;
608607
/* height: 100vh; */
609608
margin-top: 4rem;
@@ -850,8 +849,7 @@ body.dark {
850849

851850
/* Past Events section Styles goes here */
852851
.past-events {
853-
background-color: #cee1e8;
854-
padding: 100px 0;
852+
margin: 100px 0;
855853
}
856854

857855
.events-title {
@@ -975,12 +973,6 @@ body.dark {
975973
font-family: "Playfair Display SC", serif;
976974
}
977975

978-
.swiper-slide:hover {
979-
transform: scale(1.02);
980-
box-shadow: #537185 0px 0px 20px 1px;
981-
transition: transform 0.3s ease;
982-
}
983-
984976
/* @media (max-width: 768px) {
985977
.past-events-card {
986978
display: none;
@@ -1111,8 +1103,7 @@ body.dark {
11111103

11121104
/* Achievements section styles goes here */
11131105
.achievement-section {
1114-
background-color: #cee1e8;
1115-
padding: 0 0 100px 0;
1106+
margin: 100px 0;
11161107
}
11171108

11181109
.achievement-section {
@@ -1230,12 +1221,7 @@ span.text {
12301221
/* Our Team section Styles goes here */
12311222

12321223
/* FAQ section Styles goes here */
1233-
1234-
.faq-section{
1235-
background-image: linear-gradient(#cee1e8, #fff);
1236-
}
1237-
1238-
.faq-section h1 {
1224+
.faq-section h1 {
12391225
text-align: center;
12401226
/* font-family: "Lato", sans-serif; */
12411227
font-family: "Playfair Display SC", serif;
@@ -1321,7 +1307,6 @@ span.text {
13211307
/* Contact Us section Styles goes here */
13221308

13231309
.contact-container {
1324-
background-image: linear-gradient(#fff, #e7f4f9);
13251310
position: relative;
13261311
width: 100%;
13271312
min-height: 100vh;
@@ -1330,7 +1315,7 @@ span.text {
13301315
display: flex;
13311316
align-items: center;
13321317
justify-content: center;
1333-
padding: 160px 0 100px;
1318+
margin: 160px 0 100px;
13341319
}
13351320

13361321
@media (max-width: 768px) {
@@ -1346,7 +1331,7 @@ span.text {
13461331
.form {
13471332
width: 100%;
13481333
max-width: 820px;
1349-
background-color: #c5e0ed;
1334+
background-color: #fff;
13501335
border-radius: 10px;
13511336
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
13521337
z-index: 1;
@@ -1386,7 +1371,7 @@ span.text {
13861371
position: absolute;
13871372
width: 26px;
13881373
height: 26px;
1389-
background-color: #c5e0ed;
1374+
background-color: #fff;
13901375
transform: rotate(45deg);
13911376
top: 50px;
13921377
left: -13px;

0 commit comments

Comments
 (0)