.notes-list {
  list-style: none;
  padding: 0;
}

.notes-list li {
  margin: 0 0 1.5em;
}

pre {
  overflow-x: auto;
  padding: 0.75em;
}
