ul {
  > li {
    margin-left: $personal-space !important;

    > * {
      display: inline;
    }
  }
}
@include tight_and_cosy {
  ul {
    > li {
      list-style-position: inside;
    }
  }
}
