File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed
Expand file tree Collapse file tree 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");
2828 <meta name =" viewport" content =" width=device-width" />
2929 <link rel =" icon" type =" image/svg+xml" href =" /favicon.png" />
3030 <style is:global >
31- @import ' ../styles/input.css' ;
31+ @import " ../styles/input.css" ;
3232 </style >
3333 <meta name =" generator" content ={ Astro .generator } />
3434 <link rel =" sitemap" href =" /sitemap-index.xml" />
@@ -43,26 +43,24 @@ const isPostDownloadPage = Astro.request.url.includes("/post-download");
4343 <title >{ title } </title >
4444 <script src =" ../assets/js/matomoTracking.js" ></script >
4545 </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+ >
4751 <a class =" skip-to-content" href =" #main" aria-label =" Skip to content"
48- >Skip to content</a
52+ >Skip to content</a
4953 >
5054 <header class =" z-50 sticky left-0 right-0 top-0" >
5155 <NavigationReact client:load currentURL ={ Astro .request .url } />
5256 <BetaBanner client:load url ={ Astro .request .url } />
5357 <SurveyBanner client:load url ={ Astro .request .url } />
5458 { false && <PromoBanner client :load />}
5559 </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-
6760
61+ <slot />
62+ <Footer />
63+ <CookieConsent client:load />
64+ <script src =" ../assets/js/cookieConsent.js" ></script >
65+ </body >
6866</html >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const {
3636<BaseLayout title ={ title } description ={ description } >
3737 <main class =" max-w-screen-md mx-auto" >
3838 <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 " >
4040 <div class =`h-8 w-8 ${iconColor }` >
4141 <Icon pack =" fa-brands" name ={ iconName } />
4242 </div >
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const { version, src } = audacityReleases;
99---
1010
1111<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)] " >
1313 <div class =" grid grid-cols-12 py-12 gap-y-12" >
1414 <div class =" col-start-2 col-span-10 sm:text-center" >
1515 <h1 >Downloads</h1 >
You can’t perform that action at this time.
0 commit comments