Quote:
Originally Posted by Horus01
I use this code for poems; it doesn't work in ADE, but it does in Kindle. It functions similarly to the code with `width: fit-content`.
Code:
blockquote.poem {
display: table;
margin: 1em auto;
padding: 0 1em;
}
|
Hmmm interesting. I might want to take a little from column a and a little from column b. I take it the L/R padding is to set fixed values rather than the % Max width in RbnJrg's solution.