1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-17 18:11:46 +08:00

CSS: set width to 100% for image

This commit is contained in:
Neo_Chen 2020-04-22 19:04:41 +08:00
parent bf859c7b19
commit 4e614cd0a1

View file

@ -97,4 +97,5 @@ table, th, td {
img {
max-width: 100vw;
width: 100%;
}