fix: add image setting

This commit is contained in:
tim
2025-07-14 01:51:06 +08:00
parent cf55730bc6
commit c370242f69

View File

@@ -97,6 +97,10 @@ body {
text-decoration: underline;
}
.info-content-text img {
max-width: 100%;
height: auto;
}
.info-content-text table {
width: 100%;