mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-01 17:50:13 +00:00
restrict img width
This commit is contained in:
parent
efeffc28a9
commit
361f98e437
1 changed files with 6 additions and 0 deletions
|
|
@ -134,4 +134,10 @@ html.dark {
|
|||
.dark a:hover,
|
||||
.dark a:focus {
|
||||
color: #c2deff;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
}
|
||||
Loading…
Reference in a new issue