/* Basic styles for blog list and posts */
#posts {
  max-height: 70vh;
  overflow-y: auto;
  padding: 0 16px;
}
.post-entry {
  margin-bottom: 24px;
}
.post-entry a {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}
.post-entry p {
  margin: 4px 0 0 0;
  color: #555;
}
#content {
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
  padding: 16px;
}
