diff --git a/src/layouts/BlogPost.astro b/src/layouts/BlogPost.astro index ee0ff82..ffb7b95 100644 --- a/src/layouts/BlogPost.astro +++ b/src/layouts/BlogPost.astro @@ -9,7 +9,7 @@ const { title, description, pubDate } = Astro.props; ---
-
+

{title}

{description}

diff --git a/src/styles/global.css b/src/styles/global.css index 421e1b9..eb37d4a 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -77,6 +77,9 @@ p { .blog img { border-radius: 10px; + margin-top: 10px; + width: 50%; + height: 50%; } .blog h1 {