mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-09 00:19:13 +08:00
8 lines
155 B
CSS
8 lines
155 B
CSS
.demo-img {
|
|
max-width: 800px;
|
|
width: 100%;
|
|
border: 2px solid rgba(0, 0, 0, 0.35);
|
|
box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
|
|
border-radius: 4px;
|
|
}
|