Skip to content

Commit

Permalink
fix: centered hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
jis3r committed Dec 8, 2024
1 parent 009f3a3 commit 1d57478
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</script>

{#if mounted}
<div class="mx-auto max-w-6xl px-3 sm:px-6">
<div class="mx-auto w-fit max-w-6xl px-3 sm:px-6">
<h1
class="text-center text-4xl font-semibold sm:text-left sm:text-5xl md:text-6xl"
class="text-center text-4xl font-semibold sm:text-5xl md:text-6xl"
in:blur={{ delay: 50, duration: 300 }}
>
The <span
Expand All @@ -24,16 +24,13 @@
creates <br /> real business value.
</h1>
<p
class="mt-5 max-w-2xl text-center text-base text-muted-foreground sm:text-left sm:text-lg md:text-xl"
class="mt-5 max-w-2xl text-center text-base text-muted-foreground sm:text-lg md:text-xl"
in:blur={{ delay: 50, duration: 400 }}
>
Empowering ambitious students and industry leaders to build impactful projects in Web3.
Through 3-month projects with innovative companies, students tackle exciting challenges.
</p>
<div
class="mx-auto mt-5 grid w-fit gap-4 sm:mx-0 sm:flex"
in:blur={{ delay: 50, duration: 500 }}
>
<div class="mx-auto mt-5 grid w-fit gap-4 sm:flex" in:blur={{ delay: 50, duration: 500 }}>
<Button href="https://apply.tum-blockchain.com/industry-partner">Become a partner</Button>
<Button
href="https://apply.tum-blockchain.com/industry-student-waitlist"
Expand Down

0 comments on commit 1d57478

Please sign in to comment.