diff options
Diffstat (limited to 'views/index.html')
| -rw-r--r-- | views/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/index.html b/views/index.html index 6d4bc2f..1b6f8c8 100644 --- a/views/index.html +++ b/views/index.html @@ -21,6 +21,10 @@ } @media (max-aspect-ratio: 1.2/1) { + .menu-outer-body { + border-radius: 5%; + } + .menu-inner-body { width: 92.5%; } @@ -30,6 +34,7 @@ .menu-outer-body { width: 100vw; height: 80vh; + border-radius: 0; } .menu-inner-body { |