diff --git a/src/components/PostListItem.vue b/src/components/PostListItem.vue index ad2503e58..e7536fc74 100644 --- a/src/components/PostListItem.vue +++ b/src/components/PostListItem.vue @@ -84,8 +84,4 @@ export default { max-width: 100%; height: auto; } - -.flex-post:first-child { - margin-top: 60px; -} \ No newline at end of file diff --git a/src/index.html b/src/index.html index 9c191e98f..0c8f56d76 100644 --- a/src/index.html +++ b/src/index.html @@ -1,47 +1,50 @@ - + + ${head} - - - + + + + - ${app} - ${scripts} - + ${app} ${scripts} + + \ No newline at end of file diff --git a/src/layouts/Default.vue b/src/layouts/Default.vue index af3f89eba..49877ceea 100644 --- a/src/layouts/Default.vue +++ b/src/layouts/Default.vue @@ -49,7 +49,7 @@ export default { metaInfo: { bodyAttrs: { - class: "m-0" + class: "m-0 pt-12" } } } diff --git a/src/pages/About.vue b/src/pages/About.vue index a8dcd9b19..08173fdc0 100644 --- a/src/pages/About.vue +++ b/src/pages/About.vue @@ -1,5 +1,5 @@