fix header / hero

This commit is contained in:
sasha-astiadi
2024-06-06 17:32:16 +03:00
parent 3842f96b17
commit 5df807b8bd
10 changed files with 46 additions and 41 deletions

View File

@@ -5,7 +5,7 @@ import { Icon } from 'astro-icon/components';
<section class="bg-blue-50 dark:bg-slate-800 not-prose">
<div class="max-w-6xl mx-auto px-4 sm:px-6 py-4 text-md text-center font-medium">
<span class="font-bold">
<Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> Project Internet Capacity:</span
<Icon name="tabler:info-square" class="w-5 h-5 inline-block align-text-bottom" /> INCA:</span
> The Internet as intended.
</div>
</section>