score:0

create a class with a display:inline; and add it to the icons, once you preview you can play with adding padding/margin left or right if you need to adjust somethings, even line height; but display:inline; is what tells elements to not be side by side or on top of one another but next to each other. make sure you test mobile view vs. larger displays as well.

score:0

just had to add:

    .left-icons {
  display: flex;
}

Related Query

More Query from same tag