From 84d4d8455978467d40ab06f2c4e5d4853dce394c Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 12 Feb 2020 10:11:38 +0100 Subject: [PATCH] disabled mobile support --- content/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/style.css b/content/style.css index 0ad5215..e2c5064 100644 --- a/content/style.css +++ b/content/style.css @@ -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;