Skip to content

Commit a4372d9

Browse files
committed
unfinished
1 parent e251c52 commit a4372d9

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

src/components/homepage/HeroBanner.astro

+4-12
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
66

77
<section id="main" class="bg-gradient-to-r from-indigo-900 to-blue-700">
88
<div
9-
class="grid grid-cols-12 max-w-screen-lg mx-6 sm:mx-16 xl:mx-auto py-8 md:py-16 sm:py-12 gap-6 md:gap-0"
9+
class="grid grid-cols-1 max-w-screen-lg mx-auto py-8 md:py-16 sm:py-12 gap-6 md:gap-0"
1010
>
1111
<div
12-
class="col-span-12 mx-2 md:mx-0 text-center md:text-left md:col-span-5 flex flex-col gap-4 md:gap-8 justify-center"
12+
class="mx-auto"
1313
>
14-
<h1 class="leading-tight mt-2 text-white">
14+
<h1 class="leading-tight m-2 text-white text-balance">
1515
Audacity is the world's most popular audio editing and recording app
1616
</h1>
1717

18-
<div class="flex flex-col md:w-fit gap-4 items-center md:items-start">
18+
<div class="flex w-full gap-4 items-center justify-center">
1919
<DownloadMuseHubButton client:load />
2020
<noscript>
2121
<DownloadMuseHubButton client:load />
@@ -26,13 +26,5 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
2626
</noscript>
2727
</div>
2828
</div>
29-
<div
30-
class="col-span-12 md:col-start-7 md:col-span-7 flex items-center justify-center mx-4"
31-
>
32-
<img
33-
alt="A laptop showing the Audacity application"
34-
src={AudacityMockUp.src}
35-
/>
36-
</div>
3729
</div>
3830
</section>

0 commit comments

Comments
 (0)