From b6b7b3a48f2e451ea9e6a2eaee2885b9551efe2b Mon Sep 17 00:00:00 2001 From: Jakob Date: Fri, 21 Feb 2020 09:59:16 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ethreadr/style.css=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- threadr/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/threadr/style.css b/threadr/style.css index 4bc7b37..e16c2dc 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -2,7 +2,6 @@ /*@media only screen and (min-width: 1280px) {*/ .container{ display: grid; - grid-template-columns: repeat(3, 1fr); grid-template-rows: 100px; grid-template-columns: 1fr 1fr 1fr; grid-auto-rows: minmax(100px, auto); @@ -25,7 +24,7 @@ } div.item-4 { grid-column: 2 / 3; - grid-row: 9; + grid-row: 4; } body { font-size: 1em;