.tutorials.index {
  .tutorial-small {
    margin: 5px;
    padding: 10px;
  }
}

.tutorials.edit {
  .tutorial-headers {
    max-width: 30%;

    border-right-style: solid;
  }

  .tutorial-topics {
    max-width: 400px;
  }
}

.tutorial-small {
  max-width: 300px;
}

.tutorial-description {
  color: gray;
}

.tutorial-link {
  display: flex;
  justify-content: space-between;
}

.link-list-container {
  max-width: 620px;
  margin: auto;
}
