mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 05:11:06 +08:00
12 lines
165 B
CSS
12 lines
165 B
CSS
.demo-img {
|
|
width: 800px;
|
|
border: 5px solid #444;
|
|
}
|
|
|
|
@media only screen and (max-width: 800px) {
|
|
.demo-img {
|
|
width: 90%;
|
|
border: 2px solid #444;
|
|
}
|
|
}
|