feat: image scaling (closes #131)

This commit is contained in:
Jacky Zhao
2022-06-29 17:34:05 -07:00
parent 37bd26bc86
commit 96fd6a5d1e
3 changed files with 8 additions and 6 deletions

View File

@ -85,7 +85,7 @@ table {
}
img {
width: 100%;
max-width: 100%;
border-radius: 3px;
margin: 1em 0;
}