.thumbnail {
  padding: 10px;
}

.tags {
  margin-left: 10px;
}

.article {
  display: block;
  background-image: url("/static/img/thumbnail-test.png");
  background-size: 20vw 100%;
  background-repeat: no-repeat;
  text-decoration: none;
  color: inherit;
}

.article:visited {
  color: inherit;
}

.detail {
  padding-left: 20vw;
}

.profile {
  background-image: url("/static/img/myIcon.jpg");
  background-size: 100% 20vh;
  background-repeat: no-repeat;
}

.profile-detail {
  padding-left: 0;
  padding-top: 20vh;
}

@media screen and (max-width: 480px) {
  .article {
    background-image: url("/static/img/thumbnail-test.png");
    background-size: 100% 20vh;
    background-repeat: no-repeat;
  }

  .detail {
    padding-left: 0;
    padding-top: 20vh;
  }
}
