This commit is contained in:
syuilo 2019-02-15 08:37:46 +09:00
parent e969518139
commit b383427d3d
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -47,3 +47,24 @@ export default Vue.extend({
}
});
</script>
<style lang="stylus" scoped>
main
width 100%
max-width 680px
margin 0 auto
padding 8px
> * > .post
margin-bottom 8px
@media (min-width 500px)
padding 16px
> * > .post
margin-bottom 16px
@media (min-width 600px)
padding 32px
</style>