/* Align the featured image on the latest posts block */
.wp-block-latest-posts__featured-image {
  text-align: center;
}

/* Tweak the site branding in the header */
.header-inner {
  background: linear-gradient(
    120deg,
    rgb(255, 255, 255) 30%,
    rgba(255, 255, 255, 0) 30%
  );
}
