Skip to content

Commit

Permalink
fix cards cards-wide mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Apr 24, 2024
1 parent c115000 commit 805715c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/less/components/card.less
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@
min-height: unset;
min-width: 450px;

@media screen and (max-width: 600px) {
min-width: unset;
}

&:not(:has(.cards-icon)) {
grid-template-areas:
"title cta"
Expand Down

0 comments on commit 805715c

Please sign in to comment.