disabled mobile support
parent
fcfbdbb51a
commit
84d4d84559
|
@ -1,5 +1,5 @@
|
|||
/* optimized for desktop users */
|
||||
@media only screen and (min-width: 1280px) {
|
||||
/*@media only screen and (min-width: 1280px) {*/
|
||||
.container{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
|
@ -22,9 +22,10 @@
|
|||
body {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
/*}*/
|
||||
|
||||
/* optimized for mobile users */
|
||||
/*
|
||||
@media only screen and (max-width: 1279px) {
|
||||
.container{
|
||||
display: grid;
|
||||
|
@ -46,10 +47,10 @@
|
|||
grid-row: 3;
|
||||
}
|
||||
body {
|
||||
margin-top: 10px;
|
||||
font-size:3em;
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
div.round-border {
|
||||
border: 1px solid;
|
||||
|
|
Loading…
Reference in New Issue