/* News article stylesheet.
   Shared chrome is imported from the homepage cascade; the article layout
   lives under css/sections/whats-new/article.css. */
@import url("base.css");
@import url("sections/header.css");
@import url("sections/whats-new/article.css");
@import url("sections/footer.css");
@import url("sections/mobile-chrome.css");

main {
  flex: 1 0 auto;
  min-width: 0;
  width: 100%;
}
