I would like to display a list of links aligned with a dash. Type of such:
а — звуконепроницаемый звукооператор — окаменеть па — ящур Each line here is a separate link. I tried to align in two ways (using Bootstrap ):
- Using mesh and classes col-md- *
- Using a table (without class table )
I don’t like the result, because the link is cut at the level of the first cell (i.e., instead of one link, you have to make three links on top of the whole row).
Secondly, this very dash does not go strictly in the center.
I tried to print only a dash, and add words with the help of before and after - the whole line is aligned to the center.