From b644f92058978c0a6cfdc2f73a65f258c0036c4e Mon Sep 17 00:00:00 2001 From: Jakob Date: Wed, 19 Feb 2020 23:25: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index fcdfec0..bb51068 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -8,6 +8,7 @@ grid-auto-rows: minmax(100px, auto); } div { + margin: 20px; overflow: hidden; text-overflow: clip; } @@ -93,7 +94,6 @@ p.image_container { } body { - margin: 20px; background-color: #FEFFEF; color: #000000; }