CSS Multistep Progress bar
I can't figure out why there is space to the right of the first step when i write more then 13 letters in it. If i only write step 1 then it's fine. See below the code. Or visit my codepen . Can someone put me in the right direction, please. I have also included some screen shots when it's working properly. HTML <div class="container"> <ul class="progress--bar"> <li class="active">Step 1 space to the right</li> <li>Step 2 is good</li> <li>Step 3 is good</li> </ul> </div> CSS .container { text-align: center; color: #20BEC6; margin: 30vh auto; .progress--bar { counter-reset: step; display: table