diff --git a/http-html.go b/http-html.go index 14ce8a2..2f431b5 100644 --- a/http-html.go +++ b/http-html.go @@ -141,6 +141,7 @@ func (r *HTWriter) WriteTo(w io.Writer) (int64, error) { .h-card .u-photo { width: 32px; } .p-org a { color: darkgrey; } .h-card .date { text-align: right;} + video { width: 100%; } section { padding: 1em; border: 1px solid darkgreen; background-color: #111; } section img { max-width: 100%; }