1 2 3 4 5 6 7 8 9 10 11 12 13
.c-hlist { display: flex; &__item { display: block; margin-right: 4ch; padding-left: 0; &::before { display: none; } } }