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