#archiveposts {
  display: flex;
  flex-wrap: wrap;
}
#archiveposts .post {
    flex-basis: 48%;
    margin: 1%;
}


@media screen and (max-width: 750px) {
  .post{
    min-width: 100%;
    margin: auto;
  }
}


dl.recentcalendar dd {
  margin-bottom: 1em;
  margin-left: 3em;
}

.quote{
 quotes:"","";
  text-align: left;
}