From 1ae7a116d8c20a265cecd54c758a056ef5575240 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Wed, 3 Jun 2020 14:24:32 +0200 Subject: [PATCH] don't start to crop before we reach 200px --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index bc50c4d..ee1a3e8 100644 --- a/src/style.css +++ b/src/style.css @@ -43,7 +43,7 @@ hr { } } -@media only screen and (min-width: 320px) and (max-width: 480px) { +@media only screen and (min-width: 200px) and (max-width: 480px) { .event { display: flex; flex-direction: column;