Revert "fix figure width for smaller images"
This reverts commit 5a8b5208a6
.
This commit is contained in:
parent
5a8b5208a6
commit
83a4952e5c
2 changed files with 0 additions and 13 deletions
|
@ -1,9 +0,0 @@
|
||||||
root = true
|
|
||||||
|
|
||||||
[*]
|
|
||||||
end_of_line = lf
|
|
||||||
insert_final_newline = true
|
|
||||||
charset = utf-8
|
|
||||||
|
|
||||||
indent_size = 2
|
|
||||||
indent_style = space
|
|
|
@ -211,10 +211,6 @@ img {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure {
|
|
||||||
width: fit-content;
|
|
||||||
}
|
|
||||||
|
|
||||||
figure img,
|
figure img,
|
||||||
figure video {
|
figure video {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue