Revert "fix figure width for smaller images"

This reverts commit 5a8b5208a6.
This commit is contained in:
panr 2024-12-21 23:40:14 +01:00
parent 5a8b5208a6
commit 83a4952e5c
2 changed files with 0 additions and 13 deletions

View file

@ -1,9 +0,0 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_size = 2
indent_style = space

View file

@ -211,10 +211,6 @@ img {
overflow: hidden;
}
figure {
width: fit-content;
}
figure img,
figure video {
margin-bottom: 0;