diff options
| author | mo8it <mo8it@proton.me> | 2025-05-17 22:33:17 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-05-17 22:33:17 +0200 |
| commit | 47e490a997c37cb28ab4022c04155049b0b26f32 (patch) | |
| tree | 5ab707514cb88ebcbccff211717d88b9389742a5 /website/templates/shortcodes/details.html | |
| parent | 596e7f36cc0fc8b6b755d444b7f054da19734b8e (diff) | |
Run rustywind
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> |
