Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayushmaanagarwal1211 committed Jun 5, 2024
1 parent ba596db commit c94a8cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Official_Website/contributor-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ width: 40px;
display: flex;
flex-direction: column;
gap: 20px;

margin: 30px;
align-items: center;
justify-content: center;
}

Expand Down Expand Up @@ -259,12 +259,18 @@ justify-content: center;
flex-direction: column;

}
.intro{
align-items: center;
}
}
@media only screen and (max-width:520px) {
.team-member{
display: flex;
flex-direction: column !important;
}
.intro{
align-items: center;
}
}
.team-member {
display: flex;
Expand Down

0 comments on commit c94a8cc

Please sign in to comment.