Press Recap

The Press Recap component contains two bodies, which contain a logo, copy, and a link. The bodies stack vertically on mobile. Be sure to include rel="nofollow" on links, so as not to lend SEO authority the sources.

"Funnily enough, Carrie's condition makes her the most self-aware of all the players so far this season."

read more

"As you watch Carrie battling her demons once again while Peter quietly and efficiently goes about his business, you can see a graceful and profitable way for the show to avoid overstaying its welcome. A Peter Quinn spinoff, anyone?"

read more
<div class="press-recap">
    <div class="press-recap__body">
        <img class="press-recap__logo" src="https://www.sho.com/assets/images/styleguide/press-recap/ew-mobile-logo-full.png" alt="Entertainment Weekly">
        <p class="press-recap__copy">"Funnily enough, Carrie's condition makes her the most self-aware of all the players so far this season."</p>
        <a class="press-recap__link" href="#" rel="nofollow">read more</a>
    </div>
    <div class="press-recap__body">
        <img class="press-recap__logo" src="https://www.sho.com/assets/images/styleguide/press-recap/nyt-t-logo.png" alt="New York Times">
        <p class="press-recap__copy">"As you watch Carrie battling her demons once again while Peter quietly and efficiently goes about his business, you can see a graceful and profitable way for the show to avoid overstaying its welcome. A Peter Quinn spinoff, anyone?"</p>
        <a class="press-recap__link" href="#" rel="nofollow">read more</a>
    </div>
</div>