disabled mobile support

master
Jakob 2020-02-12 10:11:38 +01:00
parent fcfbdbb51a
commit 84d4d84559
1 changed files with 4 additions and 3 deletions

View File

@ -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;