Remove left/right margin from figure

Made images small smh
This commit is contained in:
daudix
2024-08-18 16:22:25 +03:00
parent 5b5554f99c
commit 9a02937a68

View File

@ -226,3 +226,7 @@ details {
margin-block-end: 0;
}
}
figure {
margin-inline: 0;
}