Skip to content

Commit

Permalink
fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
marc101101 committed Oct 24, 2023
1 parent 274cb27 commit 10acb66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
Binary file modified src/lib/images/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/lib/images/header.svg

This file was deleted.

10 changes: 5 additions & 5 deletions src/routes/landing/Hero.svelte
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<script>
import hero from '$lib/images/header.svg';
import hero from '$lib/images/header.png';
</script>

<section class="bg-white dark:bg-gray-900 mt-8">
<div class="grid px-4 py-8 mx-auto lg:gap-8 xl:gap-0 lg:py-16 lg:grid-cols-12">
<div class="mr-auto place-self-center lg:col-span-5">
<div class="mr-auto place-self-center lg:col-span-4">
<h1
class="max-w-2xl mb-4 text-3xl font-extrabold tracking-tight leading-none md:text-4xl xl:text-5xl dark:text-white mt-8"
class="max-w-2xl mb-4 text-3xl font-extrabold tracking-tight leading-none md:text-4xl xl:text-6xl dark:text-white mt-8"
>
Deine Coding-Events in Regensburg
</h1>
Expand All @@ -16,8 +16,8 @@
Wir organisieren das ganze Jahr über eine Vielzahl an Tech-Events.
</p>
</div>
<div class="lg:mt-0 lg:col-span-7 lg:flex mx-auto p-8">
<img src={hero} alt="mockup" style="width: 40rem;" />
<div class="lg:mt-0 lg:col-span-8 lg:flex mx-auto p-8">
<img src={hero} alt="mockup" />
</div>
</div>
</section>

0 comments on commit 10acb66

Please sign in to comment.