.content {
  margin: 0 auto 0 auto;
  font-size: 1.5rem;
}

.issue-cover {
  width: 100%;
  margin-bottom:3rem;
}

.issue-cover img {
  width:50%;
}

.issue-title, .date {
  font-size: 2rem;
}

.description, .contributors, .tags {
  margin-bottom: 1em;
}

.contents {
  margin-bottom:6rem;
}

.contents-entry {
  display: grid;
  grid-template-columns: 3fr 2fr 1fr;
  align-items: baseline;
}

.logo {
  grid-column: 6/8;
  display: flex;
  justify-content: center;
  padding-bottom:6rem;
}

.logo img {
  transform: translateX(23px);
}

@media screen and (max-width:800px) {
  #container {
    display: block;
  }
  nav .meta {
    display: none;
  }
  .column#left, .column#right {
    width: 100%;
    position:relative;
    padding: 0;
  }
  .issue-cover {
    margin:auto auto 3rem auto;
  }
  .tags {
    margin-bottom: 3rem;
  }
  .contents-entry {
    display: block;
    margin-bottom: 1rem;
  }
  .contents-entry h6, .contents-entry h5 {
    font-size: inherit;
  }
}
