fix header / hero
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
import { SITE } from 'astrowind:config';
|
||||
---
|
||||
|
||||
<span
|
||||
class="self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"
|
||||
>
|
||||
🌎 {SITE?.name}
|
||||
<span class="flex items-center self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white">
|
||||
<img src="/assets/images/logo.svg" alt="Site Logo" class="h-8 w-auto mr-2" />
|
||||
{SITE?.name}
|
||||
</span>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user