Skip to content

Commit

Permalink
fixed: responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
debojitsaha committed Jan 21, 2024
1 parent eb4d51d commit 50355e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/partials/Sponsors/SponsorsCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
overflow: hidden;
box-shadow: 1px 3px 10px 4px rgba(0, 0, 0, 0.3882352941);


@media screen and (max-width: 450px) {
width: 100% !important;
}
Expand Down Expand Up @@ -54,6 +53,10 @@
.name-container {
margin: 10px;
text-align: center;

@media screen and (max-width: 450px) {
font-size: 28px !important;
}
}

@media screen and (max-width: 440px) {
Expand Down

0 comments on commit 50355e7

Please sign in to comment.