View Single Post
Old 03-17-2022, 10:39 PM   #8
hobnail
Running with scissors
hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.hobnail ought to be getting tired of karma fortunes by now.
 
Posts: 1,590
Karma: 14328510
Join Date: Nov 2019
Device: none
For the sake of showing another way of styling blockquote, I use a width percentage:

Code:
blockquote, div.block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 85%;
}

blockquote p, div.block p {
    margin-top: 0.25em;
    text-indent: 0em;
}

blockquote + p, div.block + p {
    margin-top: 1em;
}

Last edited by hobnail; 03-17-2022 at 10:42 PM.
hobnail is offline   Reply With Quote