From edf9d38df348534a52ad0c993bf447c799ef4c60 Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Sun, 19 Dec 2021 21:40:31 -0800 Subject: [PATCH] Slight VisD tweaks --- web/pages/add-funds.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/web/pages/add-funds.tsx b/web/pages/add-funds.tsx index fae379fa..f782d8d9 100644 --- a/web/pages/add-funds.tsx +++ b/web/pages/add-funds.tsx @@ -23,6 +23,12 @@ export default function AddFundsPage() { + <Image + className="block mt-6" + src="/praying-mantis-light.svg" + width={200} + height={200} + /> <div className="text-gray-500 mb-6"> Use Mantic Dollars to trade in your favorite markets. <br /> (Not @@ -50,19 +56,12 @@ export default function AddFundsPage() { > <button type="submit" - className="btn btn-primary px-16 font-medium bg-gradient-to-r from-teal-500 to-green-500 hover:from-teal-600 hover:to-green-600" + className="btn btn-primary w-full font-medium bg-gradient-to-r from-teal-500 to-green-500 hover:from-teal-600 hover:to-green-600" > Checkout </button> </form> </Col> - <Spacer h={4} /> - <Image - className="block mt-6" - src="/praying-mantis-light.svg" - width={200} - height={200} - /> </Col> </Page> )