Quote:
Originally Posted by ElMiko
I take it the L/R padding is to set fixed values rather than the % Max width in RbnJrg's solution.
|
You want a center block with text aligned to left. If you, instead of "width: fit-content" and "max-width: 85%" (or whatever) employ L/R padding, if your stanzas are short, then all of them won't be centered, you'll have a lot of blank space on the right side. With my code, the width is automatic (fit-content) and the block will be centered acording to the longest stanza.