@import url("base.css");
@import url("repo.css");

.icon {
  max-width: 15%;
  height: auto;
}

.project-img {
  max-width: 44vw;
  height: auto;
}

@media screen and (min-width: 56.25em) {
  .project-img {
    max-width: 27vw;
    height: auto;
  }
}
