Further polish for Seattle/Boston (2025)

This commit is contained in:
abnercoimbre
2025-04-03 17:20:16 -07:00
parent 21a6607edc
commit 79c28e9a10
3 changed files with 6 additions and 4 deletions

View File

@@ -66,7 +66,7 @@
<!-- Event Description -->
{{ if .Params.show_description }}
<div class="bg-black bg-opacity-50 backdrop-blur-sm p-6 rounded-xl shadow-lg max-w-3xl mx-auto mb-12">
<h3 class="text-xl font-semibold text-white mb-4">About the Handmade Conference</h3>
<h3 class="text-xl font-semibold text-white mb-4">About this Handmade Conference</h3>
<div class="text-gray-200 text-left prose prose-invert max-w-none">
{{ .Content }}
</div>