« get me outta code hell

scratchrlol - Simple HTML-based Scratch client
summary refs log tree commit diff
path: root/style.css
AgeCommit message (Collapse)Author
2018-11-14User project listFlorrie
2018-11-14Make narrow-width size look nicerFlorrie
I.e. if the width is less than 20cm, make sure there's still some padding on the edges. I'd like to figure out how to use left/right margins instead of padding here (since margin seems to semantically make more sense), but I don't think there's a way to do anything like "margin: max(8px, auto)"; I'd have to use a container element around all content (including the header!) to apply both margins.
2018-11-14Make page width smallerFlorrie
This should help make it easier to read content in general. It might still need some tweaking; we'll see.
2018-11-14Initial commitFlorrie