From 897b1a5548abeed7bf43a6752389fbfd5d701a48 Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 19 Feb 2020 23:27:44 +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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index bb51068..8db994e 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -8,7 +8,6 @@ grid-auto-rows: minmax(100px, auto); } div { - margin: 20px; overflow: hidden; text-overflow: clip; } @@ -89,11 +88,16 @@ div.image_container { background-color: #F0F0F0; } +div.margin { + margin: 20px; +} + p.image_container { font-size: 0.8em; } body { + margin: 0px; background-color: #FEFFEF; color: #000000; }