#container {
  display:flex;
  justify-content: space-between;
}

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

.column#left {
  position: absolute;
  width:33%;
}

.column#right {
  padding-left:calc(33% + 40px);
  width: 66%
}

.issue-cover {
  max-width: 400px;
  width:100%;
}

h5 {
  margin-top: 6rem;
  margin-bottom:1em;
}


li {
  margin-bottom:1em;
}

.editorials, .articles {
  margin-bottom:6rem;
}

.author {
  margin-bottom: 0.75rem;
}

.logo {
  margin-top:6rem;
}

@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 6rem auto;
  }
  .issue-cover img {
    width: 50%;
  }
  .issue-title, .date {
    font-size: 2rem;
  }
}
