Skip to content

Commit

Permalink
changing and repositioning header image
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sophie committed Mar 20, 2024
1 parent 12d5ffc commit fc79038
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
Binary file removed src/img/shiba-animated.gif
Binary file not shown.
Binary file added src/img/shiba-hero-freigestellt-2.webp
Binary file not shown.
Binary file added src/img/shiba-hero-freigestellt.webp
Binary file not shown.
6 changes: 5 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@
style="background-image: linear-gradient(90deg, rgba(102,69,232,1.00) 8%, rgba(126,73,244,1.00) 53%, rgba(149,74,244,1.00) 89%); background-position: center center; background-size: cover;">
</div>
<div class="relative z-10 lg:mx-0 flex flex-col lg:flex-row">
<div class="w-full lg:w-1/2 h-60vmin bg-cover">
<div class="hidden lg:flex justify-center items-center w-full lg:w-1/2 h-60vmin bg-cover">
<img src="./img/shiba-hero-freigestellt-2.webp" alt="Hero image" class="w-full h-full object-cover overflow-visible" style="max-width: 70%;">
</div>
<div class="lg:hidden">
<img src="./img/shiba-hero.png" alt="Hero image" class="w-full h-full object-cover">
</div>
<div class="w-full px-4 my-auto lg:px-8 lg:mx-auto lg:w-1/2">
Expand All @@ -145,6 +148,7 @@ <h1 class="text-4xl/normal w-full font-bold pt-6 lg:pt-2 md:text-5xl/normal lg:t
</div>
</div>
</header>



<main>
Expand Down

0 comments on commit fc79038

Please sign in to comment.