diff --git a/threadr/style.css b/threadr/style.css index 866d9db..9c715da 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -79,12 +79,6 @@ body { font-size: 1em; } -body.iframe { - margin: 5px; - height: 100%; - width: 100%; -} - p { font-family: monospace; color: #001858; @@ -323,17 +317,3 @@ div.form { padding: 14px 20px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } - -iframe { - border: none; - margin: 0px; - width: 100%; -} - -iframe.board { - -} - -iframe.action { - min-height: max-content; -}