Make mobile useable
This commit is contained in:
parent
8b1bfbc4d1
commit
9c184e1757
@ -29,3 +29,10 @@ a.iconbutton i {
|
||||
font-size: 400%
|
||||
}
|
||||
|
||||
/* MOBILE */
|
||||
@media only screen and (max-width: 600px) {
|
||||
div.iconbuttoncontainer {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user