diff options
Diffstat (limited to 'views/index.html')
| -rw-r--r-- | views/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/index.html b/views/index.html index c81d4b7..c754a08 100644 --- a/views/index.html +++ b/views/index.html @@ -12,8 +12,8 @@ <style> .menu-outer-body { border-radius: 10%; - width: 40vh; - height: 30vh; + width: 40dvh; + height: 30dvh; } .menu-inner-body { @@ -35,8 +35,8 @@ } .menu-outer-body { - width: min(40vh, 100vw); - height: 40vh; + width: min(40dvh, 100dvw); + height: 40dvh; border-radius: 0; } |