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