aboutsummaryrefslogtreecommitdiff
path: root/src/styles/global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r--src/styles/global.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss
index d9ee9bb..51e1798 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -13,6 +13,18 @@ body {
.root-content {
width: 95%;
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) {