1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed audio grid on mobile

This commit is contained in:
muerwre 2020-03-16 19:34:33 +07:00
parent c989d50277
commit 44045e7764
6 changed files with 26 additions and 14784 deletions

View file

@ -6,8 +6,4 @@
grid-row-gap: $gap;
grid-template-columns: auto;
grid-template-rows: $comment_height;
@media (max-width: 600px) {
grid-template-columns: repeat(auto-fill, minmax(30vw, 1fr));
}
}