Skip to content

Commit

Permalink
toolbar color
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-teufel authored Apr 25, 2024
1 parent a36608f commit 709c3e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,20 @@ const metadata = {
---

<Layout metadata={metadata}>
<Hero3>
<Fragment slot="title">
<span class="hidden xl:inline">
<span class="font-semibold"></span>
</span>
<span class="block mb-1 sm:hidden font-bold text-blue-600"></span>
</Fragment>
</Hero3>

<!-- Hero Widget ******************* -->
<Hero
image={{ src: '~/assets/images/scope_dark_small.png', alt: 'scope-logo', width:'1284', height:'295'}}
>
</Hero>
</Hero>

<Hero3

Expand Down

0 comments on commit 709c3e9

Please sign in to comment.