/* Custom styles for Justin Mohr's site */

/* Justified text for research abstracts */
.small {
  font-size: 0.85em;
}

/* Add spacing above profile image to match gap below it */
.about-entity img {
  margin-top: 1.5em;
}

/* Square profile image on mobile, cropped from the top */
@media (max-width: 767px) {
  .about-entity img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top;
  }
}
