From 66b4673b4e05275643353026275360001e4a9172 Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Mon, 26 Apr 2021 16:20:08 +0530 Subject: minor ui changes --- src/styles/global.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'src/styles/global.css') diff --git a/src/styles/global.css b/src/styles/global.css index 7d21117..5e011b3 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -22,12 +22,19 @@ body { .root-content { width: 95%; - margin: auto; } + margin: auto; + margin-bottom: 3rem; } + +.BillingPageFlex { + display: flex; + flex-direction: row; + justify-content: space-between; + height: 70vh; } + +.BillingPageFlex div { + width: 45%; + border: 1px solid pink; } @media only screen and (max-device-width: 480px) { .root-content { width: 95%; } } - -.BillingPage .ItemsList { - background-color: red; - min-height: 7rem; } -- cgit v1.2.3