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
img {
max-width: 1000px;
@media only screen and (max-width: 1400px) {
@media only screen and (max-width: 1550px) {
max-width: 100%;
}
}