aboutsummaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-07 15:34:04 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-07 15:34:04 +0530
commit177427b5821a67e141236e6aeb4db12d76b050a0 (patch)
treecbc35170fdd2e19b5f844c04486acc9150bf7e85 /src/styles
parenta7965136d75c97bb6e2696c46a7d4a27dc33996c (diff)
styled and added basic functionality to TransportForm
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/global.scss5
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;
}