.profile-photo {
  aspect-ratio: 1;
  border: 4px solid #e2f4ef;
  border-radius: 50%;
  display: block;
  height: 130px;
  max-width: 130px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  width: 130px;
}

@media (max-width: 760px) {
  .profile-photo {
    border-width: 3px;
    height: 88px;
    max-width: 88px;
    width: 88px;
  }

  [data-theme="dark"] .menu-toggle span {
    background: #fff;
  }
}