improve testimonial cards, fix some minor issues

This commit is contained in:
somrat sorkar
2023-05-01 11:04:10 +06:00
parent 53c561c269
commit b1b277f443
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const { Content } = await entry.render();
<div class="container">
<div class="row justify-center">
<div class="text-center sm:col-10 md:col-8 lg:col-6">
<img class="mb-8 w-full" src="images/404.png" alt="page not found" />
<img class="mb-8 w-full" src="/images/404.png" alt="page not found" />
<h1 class="h2 mb-4" set:html={markdownify(entry.data.title)} />
<Content />
<a href="/" class="btn btn-primary mt-8">Back To Home</a>