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
|
|
@ -134,4 +134,10 @@ html.dark {
|
||||||
.dark a:hover,
|
.dark a:hover,
|
||||||
.dark a:focus {
|
.dark a:focus {
|
||||||
color: #c2deff;
|
color: #c2deff;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
height: auto;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue