diff options
Diffstat (limited to 'website/templates/shortcodes/details.html')
| -rw-r--r-- | website/templates/shortcodes/details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/shortcodes/details.html b/website/templates/shortcodes/details.html index bcdd6b5..1c07778 100644 --- a/website/templates/shortcodes/details.html +++ b/website/templates/shortcodes/details.html @@ -3,7 +3,7 @@ <strong>{{ summary | safe }}</strong> (<em>click to expand</em>) </summary> - <blockquote class="mx-0.5 border-x-3 border-b-3 border-dashed pt-1 mt-1 rounded-none"> + <blockquote class="pt-1 mx-0.5 mt-1 rounded-none border-dashed border-x-3 border-b-3"> {{ body | markdown | safe }} </blockquote> </details> |
