/**
 * Stylesheet integrations
 */

form abbr[title] {
  border: 0;
}


@media screen and (min-width: 40rem) {
  /**
   * Course author picture placement
   */
  .card--author .card__picture {
    align-self: flex-start;
  }
}
