Skip to content

Commit

Permalink
increase width of hero detail
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 27, 2024
1 parent 57a91c3 commit d523b51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import Brand from './Brand.astro';
referrerpolicy="no-referrer">@calhacks</a
>

on Instagram for updates.
on Instagram for updates!
</span>
</article>

Expand Down Expand Up @@ -94,7 +94,8 @@ import Brand from './Brand.astro';
article {
display: flex;
flex-direction: column;
width: min-content;
align-items: center;
width: 50%;
gap: 20px;
}

Expand Down

0 comments on commit d523b51

Please sign in to comment.