diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-07 15:34:04 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-07-07 15:34:04 +0530 |
commit | 177427b5821a67e141236e6aeb4db12d76b050a0 (patch) | |
tree | cbc35170fdd2e19b5f844c04486acc9150bf7e85 /src/styles/global.scss | |
parent | a7965136d75c97bb6e2696c46a7d4a27dc33996c (diff) |
styled and added basic functionality to TransportForm
Diffstat (limited to 'src/styles/global.scss')
-rw-r--r-- | src/styles/global.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/styles/global.scss b/src/styles/global.scss index 1987e9f..9cecfea 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -85,7 +85,10 @@ body { .smallFloatingMenu { @include defFloatingMenu(); - width: 50%; + width: 40%; + height: 40%; + max-height: 22rem; + min-width: 28rem; max-width: 960px; } |