Difference between revisions of "Template:UserRoles Card User/styles.css"

From WikiAnesthesia
Line 11: Line 11:
.userroles-card img {
.userroles-card img {
   border-radius: 50%;
   border-radius: 50%;
  height: auto;
  width: 100%;
}
}

Revision as of 16:21, 26 November 2021

.userroles-card {
  border: 0;
  max-width: 14rem;
  width: 14rem;
}
@media (max-width: 767px) {
  .userroles-card {
    max-width: 10rem;
  }
}
.userroles-card img {
  border-radius: 50%;
  height: auto;
  width: 100%;
}