/* Make the sidebar author photo larger */

/* Optional: slightly smaller on phones */
@media (max-width: 600px) {
  .author__avatar img {
    width: 100px !important;
    height: 100px !important;
  }
}
