From 7e9a68c3853d252aadba81be2b8ca288ab92e50a Mon Sep 17 00:00:00 2001 From: StockiP Date: Wed, 2 Nov 2022 20:25:39 +0100 Subject: [PATCH] edited font size --- packages/react-app/src/styles/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-app/src/styles/index.js b/packages/react-app/src/styles/index.js index 4d6c20d..1acf66b 100644 --- a/packages/react-app/src/styles/index.js +++ b/packages/react-app/src/styles/index.js @@ -7,7 +7,7 @@ const styles = { exchangeContainer: "flex-1 flex justify-start items-center flex-col w-full mt-10", headTitle: "text-white font-roboto font-black text-6xl tracking-wide", - subTitle: "text-dim-white font-teko font-medium text-4xl mt-3 text-base", + subTitle: "text-dim-white font-teko font-medium text-3xl mt-3 text-base", exchangeBoxWrapper: "mt-10 w-full flex justify-center", exchangeBox: "relative md:max-w-[700px] md:min-w-[500px] min-w-full max-w-full gradient-border p-[2px] rounded-3xl",