diff --git a/src/components/Post.vue b/src/components/Post.vue index f2694e9..d6f82e1 100644 --- a/src/components/Post.vue +++ b/src/components/Post.vue @@ -18,8 +18,8 @@ defineProps({ {{post.date}} -
- +
+

diff --git a/src/style.css b/src/style.css index f328b90..f3f2c23 100644 --- a/src/style.css +++ b/src/style.css @@ -264,10 +264,15 @@ a:focus { margin-top: var(--spacing-8); } -.post-image { +.image-section { + display: flex; +} + +.image-section > img { width: 630px; height: 474px; } + .post-list-item p { margin-bottom: var(--spacing-0); } diff --git a/src/views/BlogPost.vue b/src/views/BlogPost.vue index 30a8db7..cba6efd 100644 --- a/src/views/BlogPost.vue +++ b/src/views/BlogPost.vue @@ -35,8 +35,8 @@ watchEffect(

{{postStore.post.title}}

{{postStore.post.date}}

-
- +
+