1
0

Set max width for img to 100% to prevent overflows when an image doesn't fit.

This commit is contained in:
Alexander Andreev 2024-06-27 02:59:02 +04:00
parent 63581bff92
commit 9ab204d0be
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -80,6 +80,9 @@ h3 {
h3 { font-size: 1.05rem; }
img { max-width: 100%; }
table {
border-collapse: collapse;
margin-bottom: .5rem; }