Skip to content

Commit

Permalink
Merge pull request #23 from eDC-IITD/Arush-Bansal-patch-1
Browse files Browse the repository at this point in the history
Update style.css
  • Loading branch information
Arush-Bansal authored Sep 25, 2023
2 parents 06592b5 + f066f64 commit 620721e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions client/team/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ body {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
margin: 2.2vw 0.1vw 2.2vw 0.1vw;
width: max(27%, 270px);
transition: transform 1s, border-radius 1s, background-color 1s, background 1s;
transition: transform 0.7s, border-radius 0.7s, background-color 0.7s, background 0.7s, box-shoadow 0.5s;
}

.team-member:hover {
border-radius: 2px 5px 40px 5px;
box-shadow: 0 20px 25px #4d2934;
transform: scale(1.1);
}

.team-member img {
Expand All @@ -40,6 +46,10 @@ body {
transition: border-radius 1s;
}

.team-member img:hover {
border-radius: 2px 5px 0px 0px;
}

.team-member h2 {
margin: 0px;
font-size: 20px;
Expand Down Expand Up @@ -138,16 +148,6 @@ li > a {
color: #c70039;
}

.team-member:hover {
border-radius: 2px 5px 40px 5px;
box-shadow: 0 20px 25px #4d2934;
transform: scale(1.1);
}

.team-member img:hover {
border-radius: 2px 5px 0px 0px;
}

main {
padding-top: 80px;
padding-left: 5%;
Expand Down

0 comments on commit 620721e

Please sign in to comment.