diff --git a/static/styles/root.css b/static/styles/root.css index 3114091..9c00f27 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -93,6 +93,11 @@ figure img { width: 100%; } +figure svg { + width: 100%; + height: auto; +} + figure .youtube { border-radius: 6px; line-height: 1;