diff options
Diffstat (limited to 'src/styles')
-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; } |