From 959bb1e4c41db67b59af7c9fb90ea5a170dd8c36 Mon Sep 17 00:00:00 2001 From: flambus Date: Fri, 21 Feb 2020 10:26:12 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index e16c2dc..e38e815 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -3,8 +3,10 @@ .container{ display: grid; grid-template-rows: 100px; - grid-template-columns: 1fr 1fr 1fr; + grid-template-columns: 1fr 3fr 1fr; + grid-gap: 10px; grid-auto-rows: minmax(100px, auto); + padding: 10px; } div { overflow: hidden;