1
0
Fork 0
mirror of https://github.com/NeoCloud/NeoNetwork synced 2024-05-17 19:31:45 +08:00

CSS: limit image size to 100% viewport

This commit is contained in:
Neo_Chen 2020-04-21 23:01:11 +08:00
parent c3cfad37c8
commit af55497ff6

View file

@ -94,3 +94,7 @@ table, th, td {
border-style: solid;
border-width: 2px;
}
img {
max-width: 100vw;
}