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