Improve vertical card layout on smaller screens

This commit is contained in:
Amy 2021-07-25 01:11:12 -04:00
parent e9ef2e1480
commit 5022029876
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
}
/* On a smaller desktop screen, make the events/new flow vertically */
@media only screen and (max-width: calc(960rem / 16)) {
@media only screen and (max-width: calc(1100rem / 16)) {
.cards {
flex-direction: column;
align-items: center;