mirror of
https://github.com/NeoCloud/NeoNetwork
synced 2024-11-11 03:22:24 +08:00
CSS: set width to 100% for image
This commit is contained in:
parent
bf859c7b19
commit
4e614cd0a1
1 changed files with 1 additions and 0 deletions
|
@ -97,4 +97,5 @@ table, th, td {
|
|||
|
||||
img {
|
||||
max-width: 100vw;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue