From 177427b5821a67e141236e6aeb4db12d76b050a0 Mon Sep 17 00:00:00 2001
From: MikunoNaka <bokuwakanojogahoshii@yahoo.com>
Date: Wed, 7 Jul 2021 15:34:04 +0530
Subject: styled and added basic functionality to TransportForm

---
 src/styles/global.scss | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'src/styles')

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;
 }
 
-- 
cgit v1.2.3