Add Veteran Owned Badge

This commit is contained in:
2025-04-16 23:27:40 -08:00
parent c229b6ff2c
commit 492115f7c3
10 changed files with 18 additions and 13 deletions

View File

@@ -5,10 +5,10 @@
{{ end }}
<div class="max-w-screen-xl px-4 mx-auto">
<div class="max-w-2xl mx-auto text-center">
<h2 class="text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
<h2 class="text-2xl md:text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl dark:text-white">
{{ .heading.title }}
</h2>
<p class="mt-4 text-base text-gray-500 sm:text-xl dark:text-gray-500">
<p class="mt-4 text-md md:text-xl text-gray-500 sm:text-xl dark:text-gray-500">
{{ .heading.text}}
</p>
</div>