bigger mobile width

This commit is contained in:
ntr 2019-05-18 18:53:24 +10:00
parent dcf7ef6f15
commit f9c519ca83
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
@media (max-height: 800px), (max-width: 800px) {
@media (max-height: 800px), (max-width: 1000px) {
.instance {
display: grid;
grid-template-columns: 100%;

View File

@ -1,4 +1,4 @@
@media (max-height: 800px), (max-width: 800px) {
@media (max-height: 800px), (max-width: 1000px) {
#cryps {
font-size: 55%;
grid-template-columns: min-content 1fr;