From 7dbbfc0c2eac7000bf208ce068e887b4db14ea5f Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 26 Apr 2021 19:46:35 +0530 Subject: Minor styling + fixed the calculation of discount and taxes and added new calculations --- src/styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles/global.css') diff --git a/src/styles/global.css b/src/styles/global.css index 5e011b3..30fc9e5 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -32,7 +32,7 @@ body { height: 70vh; } .BillingPageFlex div { - width: 45%; + box-sizing: border-box; border: 1px solid pink; } @media only screen and (max-device-width: 480px) { -- cgit v1.2.3