diff --git a/public/css/style.css b/public/css/style.css index 30bfd4a2..5da3726d 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1664,9 +1664,14 @@ a, a:hover, a:active { } .podcast-player .content { - border: solid 1px #333; - border-radius: 5px; - padding: 0.4rem; + border: solid 1px #333; + border-radius: 5px; + padding: 0.4rem; +} + +.article-iframe { + width: 100%; + aspect-ratio: 1; } /*# sourceMappingURL=style.css.map */ diff --git a/resources/views/partial/nh_story.blade.php b/resources/views/partial/nh_story.blade.php index c613b456..da789b77 100644 --- a/resources/views/partial/nh_story.blade.php +++ b/resources/views/partial/nh_story.blade.php @@ -140,5 +140,22 @@ +@elseif($block->type == 'iframe') + + @endif @endforeach