Make mobile useable

This commit is contained in:
Salt 2020-08-16 06:41:55 -05:00
parent 8b1bfbc4d1
commit 9c184e1757
1 changed files with 7 additions and 0 deletions

View File

@ -29,3 +29,10 @@ a.iconbutton i {
font-size: 400%
}
/* MOBILE */
@media only screen and (max-width: 600px) {
div.iconbuttoncontainer {
grid-template-columns: 1fr;
}
}