From 41f503d56589296d8404a1325fa9439dba805e84 Mon Sep 17 00:00:00 2001 From: StockiP Date: Wed, 2 Nov 2022 21:47:52 +0100 Subject: [PATCH] edited text-size of subTitle --- 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 1acf66b..0b860a5 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-3xl mt-3 text-base", + subTitle: "text-dim-white font-teko text-4xl mt-3", 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",