image fix

This commit is contained in:
2023-02-10 19:28:57 -05:00
parent 92b38e2600
commit bfaecac67d
+2 -2
View File
@@ -26,8 +26,8 @@ const { Content } = await post.render();
</article>
</Layout>
<style>
img {
<style is:global>
article img {
display: block;
margin: auto;
}