From c82aca4e153573c2a4ae87d897da874ea7450fbf Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 7 Mar 2020 19:50:31 +0100 Subject: [PATCH] added design for iframe --- threadr/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/threadr/style.css b/threadr/style.css index ca1c941..026966a 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -316,4 +316,10 @@ div.form { background-color: #f3d2c1; padding: 14px 20px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); -} \ No newline at end of file +} + +iframe { + border: none; + margin: 0px; + width: 100%; +} \ No newline at end of file