/* Daniel approved the official static LaunchBuff badge at the foot of the page. */
.landing .site-featured { display: flex; justify-content: flex-end; margin-top: var(--space-6); }
.landing .site-featured a { display: block; flex: 0 1 224px; max-width: 224px; }
.landing .site-featured img { display: block; width: 100%; height: auto; }
@media (max-width: 767px) {
  .landing .site-featured { justify-content: flex-start; }
}
