Less margin/padding on smaller screens
simonw opened this issue · 6 comments
simonw commented
simonw commented
1em looks better - I'll set that for widths smaller than 600px.
simonw commented
@media (max-width: 600px) {
section.body {
padding: 0em 1em;
}
}
simonw commented
Oh this will take a while, it's going to regenerate every screenshot!
simonw commented
simonw commented