/*!
Theme Name: heikobartl
Author: heikobartl
Description: heikobartl
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
.editor {
  padding-bottom: 5rem;
}

.editor h1, .editor h2 {
  margin: 2rem 0 1.25rem 0;
  text-transform: uppercase;
  font-weight: bold;
}

.editor p {
  margin-bottom: .5rem;
}

.editor ul {
  list-style: disc;
  list-style-position: outside;
  padding-left: 1rem;
}

.editor li {
  margin-bottom: .5rem;
}