File tree 1 file changed +4
-12
lines changed
1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
6
6
7
7
<section id =" main" class =" bg-gradient-to-r from-indigo-900 to-blue-700" >
8
8
<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"
10
10
>
11
11
<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 "
13
13
>
14
- <h1 class =" leading-tight mt -2 text-white" >
14
+ <h1 class =" leading-tight m -2 text-white text-balance " >
15
15
Audacity is the world's most popular audio editing and recording app
16
16
</h1 >
17
17
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 " >
19
19
<DownloadMuseHubButton client:load />
20
20
<noscript >
21
21
<DownloadMuseHubButton client:load />
@@ -26,13 +26,5 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
26
26
</noscript >
27
27
</div >
28
28
</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 >
37
29
</div >
38
30
</section >
You can’t perform that action at this time.
0 commit comments