🐛 Fixed mobile view for home page (#124) (#127)

This commit is contained in:
Harsh Kapadia
2020-05-12 04:00:32 +05:30
committed by GitHub
parent a864877f94
commit daf0661b01

View File

@ -15,6 +15,13 @@
);
}
@media screen and (max-width: 880px) {
.auto-grid {
display: flex;
flex-direction: column;
}
}
.small-left-grid {
display: grid;
grid-gap: 1rem;