File tree 3 files changed +14
-16
lines changed
3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const isPostDownloadPage = Astro.request.url.includes("/post-download");
28
28
<meta name =" viewport" content =" width=device-width" />
29
29
<link rel =" icon" type =" image/svg+xml" href =" /favicon.png" />
30
30
<style is:global >
31
- @import ' ../styles/input.css' ;
31
+ @import " ../styles/input.css" ;
32
32
</style >
33
33
<meta name =" generator" content ={ Astro .generator } />
34
34
<link rel =" sitemap" href =" /sitemap-index.xml" />
@@ -43,26 +43,24 @@ const isPostDownloadPage = Astro.request.url.includes("/post-download");
43
43
<title >{ title } </title >
44
44
<script src =" ../assets/js/matomoTracking.js" ></script >
45
45
</head >
46
- <body data-branch ={ import .meta .env .NETLIFY_CONTEXT || process .env .CONTEXT || ' main' } >
46
+ <body
47
+ data-branch ={ import .meta .env .NETLIFY_CONTEXT ||
48
+ process .env .CONTEXT ||
49
+ " main" }
50
+ >
47
51
<a class =" skip-to-content" href =" #main" aria-label =" Skip to content"
48
- >Skip to content</a
52
+ >Skip to content</a
49
53
>
50
54
<header class =" z-50 sticky left-0 right-0 top-0" >
51
55
<NavigationReact client:load currentURL ={ Astro .request .url } />
52
56
<BetaBanner client:load url ={ Astro .request .url } />
53
57
<SurveyBanner client:load url ={ Astro .request .url } />
54
58
{ false && <PromoBanner client :load />}
55
59
</header >
56
-
57
- <main class =" flex flex-col" >
58
- <div class =" flex-1" >
59
- <slot />
60
- </div >
61
- </main >
62
- <Footer />
63
- <CookieConsent client:load />
64
- <script src =" ../assets/js/cookieConsent.js" ></script >
65
- </body >
66
-
67
60
61
+ <slot />
62
+ <Footer />
63
+ <CookieConsent client:load />
64
+ <script src =" ../assets/js/cookieConsent.js" ></script >
65
+ </body >
68
66
</html >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const {
36
36
<BaseLayout title ={ title } description ={ description } >
37
37
<main class =" max-w-screen-md mx-auto" >
38
38
<section id =" main" class =" py-12" >
39
- <div class =" flex flex-col gap-4 col-start-2 col-span-10 items-center" >
39
+ <div class =" flex flex-col gap-4 col-start-2 col-span-10 items-center " >
40
40
<div class =`h-8 w-8 ${iconColor }` >
41
41
<Icon pack =" fa-brands" name ={ iconName } />
42
42
</div >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const { version, src } = audacityReleases;
9
9
---
10
10
11
11
<BaseLayout title =" Audacity ® | Downloads" description =" Download Audacity for Windows, macOS and Linux" >
12
- <main id =" main" class =" max-w-screen-xl mx-auto" >
12
+ <main id =" main" class =" max-w-screen-xl mx-auto flex-1 flex flex-col min-h-[calc(100vh-471px)] " >
13
13
<div class =" grid grid-cols-12 py-12 gap-y-12" >
14
14
<div class =" col-start-2 col-span-10 sm:text-center" >
15
15
<h1 >Downloads</h1 >
You can’t perform that action at this time.
0 commit comments