From 5430b7abc0ac6fecb257c71ace557834a6a1413e Mon Sep 17 00:00:00 2001 From: flambus Date: Mon, 17 Feb 2020 08:37:09 +0100 Subject: [PATCH] =?UTF-8?q?=E2=80=9Econtent/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 --- content/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/style.css b/content/style.css index 02ca89d..6d43845 100644 --- a/content/style.css +++ b/content/style.css @@ -23,6 +23,10 @@ grid-column: 2 / 3; grid-row: 3; } + div.item-4 { + grid-column: 2 / 3; + grid-row: 9; + } body { font-size: 1em; }