#items{ .cat-list{ padding: 0 5px; ul{ li{ display: flex; &::after{ width: 5px; content: " "; } &:hover{ &::after{ content: "\002022"; } } } } } .full-works{ width: 100%; } .card{ margin-bottom: 10px; min-width: 200px; } }