From 026355fd339ea05a22fb50aaba4523a43312a7bd Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Tue, 22 Aug 2023 08:17:16 +1000 Subject: [PATCH] Adjust text sizing --- src/components/card/DownloadCard.jsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/card/DownloadCard.jsx b/src/components/card/DownloadCard.jsx index 3015463..b87c25f 100644 --- a/src/components/card/DownloadCard.jsx +++ b/src/components/card/DownloadCard.jsx @@ -12,10 +12,10 @@ function DownloadCard(props) { return (
-

{title}

+

{title}

{`${buttonText}` + `${downloadType}`} @@ -27,7 +27,7 @@ function DownloadCard(props) {
showDetailsHandler()} - className="text-blue-700 text-xl underline" + className="text-blue-700 text-lg underline" > Show checksum @@ -43,7 +43,9 @@ function DownloadCard(props) { className="flex flex-col gap-4 mt-4" >
- +

{checksum}

@@ -51,7 +53,7 @@ function DownloadCard(props) { showDetailsHandler()} - className="text-blue-700 text-xl underline" + className="text-blue-700 text-lg underline" > Hide checksum