How to horizontally center an element with translated content outside of it's width
I have a heading h3:
Problem is that the translate moves span outside of the h3, which is intentional by design, but how can I center such heading when it's width differs from it's actual width?
So
Here is a pen: https://codepen.io/Ringhoo/pen/MWLVYwZ
Problem is that the translate moves span outside of the h3, which is intentional by design, but how can I center such heading when it's width differs from it's actual width?
So
margin: 0 auto would not center it correctly..?Here is a pen: https://codepen.io/Ringhoo/pen/MWLVYwZ

