mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
Merge pull request #5 from ClovertaTheTrilobita/master
restrict img width
This commit is contained in:
commit
5fcbc2d050
1 changed files with 6 additions and 0 deletions
|
|
@ -135,3 +135,9 @@ html.dark {
|
|||
.dark a:focus {
|
||||
color: #c2deff;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
Loading…
Reference in a new issue