Skip to content

Commit

Permalink
Fix cards
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Dec 1, 2021
1 parent 2afd298 commit d2d08cf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions default.css
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,33 @@ label.selectLabel {
z-index: 100;
}

@media (min-width: 156.25em) {
.backdropCard {
width: calc(16.666666666666668% - 10px);
}
}

@media (min-width: 100em) {
.backdropCard {
width: calc(20% - 10px);
}
}
@media (min-width: 75em) {
.backdropCard {
width: calc(25% - 10px);
}
}
@media (min-width: 48.125em) {
.backdropCard {
width: calc(33.333333333333336% - 10px);
}
}
@media (min-width: 25em) {
.backdropCard {
width: calc(50% - 10px);
}
}

.card.show-animation:focus > .cardBox {
transform: scale(1) !important;
}
Expand Down

0 comments on commit d2d08cf

Please sign in to comment.