Michael Shilman 34de975830 New, static site starting from Gatsby starter kit
Work in progress: ported storybooks content

Still needs:
- two-level nav hierarchy
- styling improvements
- stories ;-)
2017-04-28 15:47:14 +10:00

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;
}
}