diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-08 11:35:30 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-08 11:35:30 +0530 |
commit | 9d941b5d99621bc98df0be3002aa7121f98e7a56 (patch) | |
tree | 1ad27c269dc1d0ea98cf688df30df396b6acd5f2 /src/styles/global.scss | |
parent | 6167f02d9dee6028987bef53fe658904d47e2d3f (diff) |
Added basic functionality to send the invoice data to server
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss index a82e4ad..ef3d11d 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -93,7 +93,6 @@ body { max-width: 960px; } - @media only screen and (max-device-width: 480px) { .floatingMenu { width: 95%; |