diff --git a/src/components/BlogPost.vue b/src/components/BlogPost.vue index d1722cf..eca11d3 100644 --- a/src/components/BlogPost.vue +++ b/src/components/BlogPost.vue @@ -2,7 +2,7 @@
Title Image -
+
{{date.format('YYYY-MM-DD')}}
{{meta.title}}
{{meta.subtitle}}
@@ -156,6 +156,16 @@ export default class BlogPostPreview extends Vue margin-left: 5px #titles + // Position patch + margin-top: -15px + padding-top: 15px + margin-left: -20px + padding-left: 20px + margin-right: -20px + padding-right: 20px + margin-bottom: -15px + padding-bottom: 15px + position: relative #title @@ -198,8 +208,8 @@ export default class BlogPostPreview extends Vue #BlogPostPreview.tag-top .tags position: absolute - right: 0 - top: 0 + right: 20px + top: 15px @media screen and (max-width: 400px) #BlogPostPreview