Skip to content

Commit

Permalink
Merge branch 'main' into fix/projects
Browse files Browse the repository at this point in the history
  • Loading branch information
debojitsaha committed Jan 27, 2024
2 parents 975f427 + 4c7f223 commit 31cfd30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
3 changes: 2 additions & 1 deletion src/pages/Team/Team.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@

@media (max-width: 767px) {
grid-template-columns: 1fr; // Single column on mobile
// place-items: center;
}
}

Expand All @@ -69,7 +70,7 @@
justify-content: space-around;
padding: 15px;

img{
img {
width: 100%;
height: 100%;
object-fit: cover;
Expand Down
14 changes: 2 additions & 12 deletions src/partials/Sponsors/SponsorsCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
border-radius: 12px;
overflow: hidden;
box-shadow: 1px 3px 10px 4px rgba(0, 0, 0, 0.3882352941);

@media screen and (max-width: 450px) {
width: 100% !important;
}
}

.circle {
Expand Down Expand Up @@ -59,14 +55,8 @@
}
}

@media screen and (max-width: 440px) {
.card {
width: 180px;
}
}

@media screen and (max-width: 400px) {
.card {
@media screen and (max-width: 479px) {
.sponsor-card {
width: 250px;
}
}

0 comments on commit 31cfd30

Please sign in to comment.