diff --git a/base.css b/base.css index 75aaa7c7..74d3e9d9 100644 --- a/base.css +++ b/base.css @@ -460,12 +460,14 @@ a:focus { margin: var(--vertical-between-posts); } +/* .media { width: 80%; border-radius: 5px; padding: 10px; margin: 10px 0; } +*/ .message { margin-left: 0%; @@ -2573,12 +2575,16 @@ input[type="text"], input[type="password"] { font-size: var(--font-size-base); } -iframe { +article { + margin: 1em; +} + +article iframe { max-width: 100%; } -article { - margin: 1em; +article .media .attachment { + max-width: 100%; } /* ================================================================== */