ul {
  &.flex {
    list-style-type: none;
    padding-left: 0;
  }
}

@media #{$computer-media-query} {
  ul.flex {
    display: flex;

    &.justified {
      justify-content: space-between;
    }
  }
}
