Basic design refacctorization
This commit is contained in:
10
src/components/widgets/Note.astro
Normal file
10
src/components/widgets/Note.astro
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
import { Icon } from 'astro-icon';
|
||||
---
|
||||
|
||||
<section class="bg-primary-800 text-white dark:bg-primary-900">
|
||||
<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" /> Philosophy:</span> Simplicity, good
|
||||
practices and high performance
|
||||
</div>
|
||||
</section>
|
Reference in New Issue
Block a user