diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-02-15 08:37:46 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-02-15 08:37:46 +0900 |
| commit | b383427d3d41c63b5ec0c5792e1ad1ec9b086d9e (patch) | |
| tree | c0ac2692260bfbae54cb45f3b7568a2e92b86543 /src | |
| parent | Fix bug (diff) | |
| download | sharkey-b383427d3d41c63b5ec0c5792e1ad1ec9b086d9e.tar.gz sharkey-b383427d3d41c63b5ec0c5792e1ad1ec9b086d9e.tar.bz2 sharkey-b383427d3d41c63b5ec0c5792e1ad1ec9b086d9e.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/mobile/views/pages/featured.vue | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/client/app/mobile/views/pages/featured.vue b/src/client/app/mobile/views/pages/featured.vue index f97fb3b542..f4094e75c8 100644 --- a/src/client/app/mobile/views/pages/featured.vue +++ b/src/client/app/mobile/views/pages/featured.vue @@ -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> |