aboutsummaryrefslogtreecommitdiff
path: root/src/styles/global.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/global.scss')
-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;
}