Relative Content

Tag Archive for htmlcsslayoutflexbox

How can I reduce the space between the steps and the connecting line in my flexbox layout?

I’m working on a web layout where I need to display a series of steps connected by a line. I’ve set up a flexbox layout with spheres representing each step and a line connecting them. However, there’s too much space horizontally between the line and the spheres, while I want to bring the line closer to the spheres. Ideally it should be only a few pixels between them.