.blog-content {
  margin-top: 40px;
}

.post {
  margin-bottom: 40px;
  border-bottom: 1px solid gray;
}

.post-title {
  margin: 0;
  font-size: 3rem;
}

.post-title a {
  text-decoration: none;
  font-size: 3rem;
}

.post-meta {
  margin: 5px 0;
  font-size: 1.4rem;
  color: #777;
}

.post-meta .author-img {
  height: 24px;
  width: 24px;
  float: left;
  margin-right: 9px;
  border-radius: 100%;
}

.post-teaser p{
  margin: 2.6rem 0;
}

.post-footer {
  margin: 2em 0;
}

.read-more {
  min-height: 0;
  padding: 0.3em 0.5em;
  font-size: 1rem;
  line-height: 12px;
  vertical-align: top;
}