Skip to content

Commit

Permalink
Remove card columns in GradeSelectionModal on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed Aug 1, 2022
1 parent 06354ad commit 18e5275
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/eos-components/src/components/GradeSelectionModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,14 @@
background-color: white;
}
.card-deck {
@include media-breakpoint-down(md) {
.card {
flex: auto;
margin-bottom: $card-deck-margin;
}
}
}
</style>

0 comments on commit 18e5275

Please sign in to comment.