From fd70c5b59fb8ab22a2069439cb4e620f123960c2 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Thu, 24 Aug 2023 16:06:06 +1000 Subject: [PATCH] Update responsive text --- src/components/button/DownloadButton.jsx | 2 +- src/components/card/IconLinkCard.jsx | 10 ++-- src/pages/downloads.astro | 59 +++++++++++++++--------- src/styles/icons.css | 4 ++ src/styles/input.css | 8 ++-- 5 files changed, 52 insertions(+), 31 deletions(-) diff --git a/src/components/button/DownloadButton.jsx b/src/components/button/DownloadButton.jsx index 3c49847..ace40bd 100644 --- a/src/components/button/DownloadButton.jsx +++ b/src/components/button/DownloadButton.jsx @@ -21,7 +21,7 @@ function DownloadButton() { return ( handleDownloadButtonClick()}>
- +

Download Audacity

Installs with no add-ons

diff --git a/src/components/card/IconLinkCard.jsx b/src/components/card/IconLinkCard.jsx index 9ea436e..86df78a 100644 --- a/src/components/card/IconLinkCard.jsx +++ b/src/components/card/IconLinkCard.jsx @@ -5,13 +5,13 @@ function IconLinkCard(props) { return (
- -

{title}

-

{description}

+ +

{title}

+

{description}

-
- {linkText} + + {linkText}
); diff --git a/src/pages/downloads.astro b/src/pages/downloads.astro index 587c47d..0e28383 100644 --- a/src/pages/downloads.astro +++ b/src/pages/downloads.astro @@ -5,52 +5,69 @@ import "../styles/icons.css"; --- -
+
-

Downloads

-
- Current version: 3.3.3 | View release notesDownloads +
+

Current version: 3.3.3 |

+ View release notes
-

Download for

+ Download for
- - - + + +
-

Additional resources

+ Additional resources
-

Manual download

+

Manual download

- Download Audacity manualDownload Audacity manual - +
-

Ffmpeg library

+

Ffmpeg library

-

Older versions of Audacity

+

Older versions of Audacity

- Download older versions from FosshubDownload older versions from Fosshub - +
diff --git a/src/styles/icons.css b/src/styles/icons.css index 8fa070e..329949b 100644 --- a/src/styles/icons.css +++ b/src/styles/icons.css @@ -30,6 +30,10 @@ content: "\EF24" } +.icon-import:before { + content: "\F357" +} + .icon-mixer:before { content: "\EF27" } diff --git a/src/styles/input.css b/src/styles/input.css index efa3d2e..faacf77 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -4,20 +4,20 @@ @layer base { h1 { - @apply text-3xl md:text-4xl lg:text-5xl text-gray-900 font-semibold + @apply text-3xl md:text-4xl lg:text-5xl text-gray-900 font-bold xl:leading-snug } h2 { - @apply text-2xl md:text-3xl lg:text-4xl text-gray-800 font-semibold + @apply text-2xl md:text-3xl lg:text-4xl text-gray-800 font-bold } h3 { - @apply text-xl md:text-2xl lg:text-3xl text-gray-700 font-semibold + @apply text-xl md:text-2xl lg:text-3xl text-gray-700 font-bold } h4 { - @apply text-base lg:text-lg text-gray-700 font-semibold + @apply text-base md:text-lg text-gray-700 font-bold xl:leading-snug } p {