diff --git a/styles/components/_markup.scss b/styles/components/_markup.scss index 9d189d7..b6ec0e4 100644 --- a/styles/components/_markup.scss +++ b/styles/components/_markup.scss @@ -128,7 +128,8 @@ blockquote { > p:only-child > a:only-child > img:only-child { display: block; - max-width: 30rem; + max-width: 100%; + max-height: 60rem; margin: 0 auto; } }