I have a simple <dl>
element with some child <dt>
and <dd>
tags. In the Fiddle you'll see the normal layout, but for mobile I'm trying to make the elements look like they have text-align: center
on them. They should display 2-a-side but overall it should look centered.
I've tried setting the child elements to display: inline-block
with text-align: center
on the parent, but I don't know a way of "pushing" the first of each pair onto a new line. Hopefully I've explained this well enough...
Please take a look at the Fiddle and make any suggestions, Thanks.