3bd1ae58e4
feat: support dynamic image size docs: add Readme.md
5 lines
74 B
CSS
5 lines
74 B
CSS
@media screen and (max-width: 900px) {
|
|
iframe {
|
|
display: none;
|
|
}
|
|
} |