#site_content > main {
  display: contents;
}

.blog-post {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

.blog-post:last-child {
  border-bottom: none;
}

.blog-post-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-post-header h2 {
  margin: 0;
  flex: 1;
}

.blog-date {
  font-size: 0.8em;
  color: #666;
  margin-left: 10px;
}
