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