View Single Post
Old Yesterday, 05:47 PM   #31
Horus01
Junior Member
Horus01 began at the beginning.
 
Posts: 3
Karma: 10
Join Date: May 2012
Device: Kindle Voyage
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;
  }
Horus01 is offline   Reply With Quote