Responsive updates.

This commit is contained in:
Mike Cao 2023-04-09 20:22:28 -07:00
parent 53b23420a4
commit 94ed67e339
20 changed files with 100 additions and 77 deletions

View file

@ -3,11 +3,15 @@
cursor: pointer;
min-height: 80px;
gap: 20px;
flex-wrap: wrap;
}
.card {
justify-self: flex-start;
}
@media only screen and (max-width: 992px) {
.bar {
justify-content: space-between;
overflow: auto;
.card {
flex-basis: calc(50% - 20px);
}
}