diff --git a/app/templates/site/home.html.slim b/app/templates/site/home.html.slim
index cd487a4..6c312eb 100644
--- a/app/templates/site/home.html.slim
+++ b/app/templates/site/home.html.slim
@@ -1,5 +1,6 @@
-div class="p-note mb-12 max-w-prose mx-auto text-gray-800 dark:text-gray-200"
- == home_content
+div class="h-card mb-12 max-w-prose mx-auto text-gray-800 dark:text-gray-200"
+ p class="p-note"
+ == home_content
div class="mb-8 max-w-screen-md mx-auto border-t-4 border-solid border-gray-400 dark:border-gray-600"