diff options
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss index 51e1798..df4c69a 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -23,7 +23,7 @@ body { height: 70vh; } .BillingPageFlex div { - width: 45%; + box-sizing: border-box; border: 1px solid pink; } |