mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-22 22:00:40 +08:00
CSS: limit image size to 100% viewport
This commit is contained in:
parent
c3cfad37c8
commit
af55497ff6
1 changed files with 4 additions and 0 deletions
|
@ -94,3 +94,7 @@ table, th, td {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100vw;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue