mirror of
https://github.com/vale981/quickdocs-server
synced 2025-03-04 16:51:38 -05:00
Set max-width: 100% to img in README.
This commit is contained in:
parent
1bc17523ac
commit
460caed8d7
1 changed files with 3 additions and 0 deletions
|
@ -226,6 +226,9 @@ ul {
|
|||
.readme-body pre code {
|
||||
background-color: transparent;
|
||||
}
|
||||
.readme-body img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.dependencies,
|
||||
.depending {
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Reference in a new issue