feat(docs): image styling

This commit is contained in:
chenos 2022-05-24 15:09:09 +08:00
parent d1afb15a7a
commit bb4f8d9283

View File

@ -219,7 +219,7 @@
// images // images
img { img {
max-width: 1000px; max-width: 1000px;
@media only screen and (max-width: 1400px) { @media only screen and (max-width: 1550px) {
max-width: 100%; max-width: 100%;
} }
} }