Skip to content

Commit

Permalink
fix: improve header image size on mobile (#6)
Browse files Browse the repository at this point in the history
* feat: Ajust Features styles with round and gaps & better titles spacing

* Change features order as before

* fix: improve header image size on mobile device
  • Loading branch information
t1gu1 authored Oct 13, 2023
1 parent d0b74f3 commit 1877c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/splash.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const sizes = "(min-width: 640px) 42vw, 67vw";
</h2>
<div
id="overview"
class="w-2/3 max-w-3xl self-start p-8 sm:w-10/12 sm:self-auto sm:justify-self-start"
class="w-3/3 sm:w-2/3 max-w-3xl self-start p-8 sm:w-10/12 sm:self-auto sm:justify-self-start"
>
<picture class="h-full w-full object-cover"> </picture>
<Image
Expand Down

0 comments on commit 1877c75

Please sign in to comment.