makin look nice

This commit is contained in:
2025-12-11 11:16:07 +00:00
parent e301e0d7c1
commit 132a231b82
3 changed files with 9 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ onMounted(() => {
</script>
<template>
<div v-if="fetched">
<div v-if="fetched" class="center-content">
<h2>{{ post.title }}</h2>
<p>By: {{ post.author.username }}</p>
<div>{{ post.content }}</div>