Home Page UI #88

Merged
a3thakra merged 19 commits from feat/home-page into main 2021-07-27 02:13:35 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 5022029876 - Show all commits

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;