/**
 * Each block is automatically wrapped in a div
 * with a generated class name that follos the scheme
 * `k-editor-$type-block` You can use this to scope
 * all your css within a block
 */
 .article {
  max-width: 35rem;
  margin: 0 auto;
}
.article-header {
  text-align: center;
}
.article-date {
  margin-bottom: .5rem;
  display: block;
}

li {
  list-style: circle;
  list-style-position: inside;
}

 