diff options
| author | 2025-10-17 02:12:52 +0700 | |
|---|---|---|
| committer | 2025-10-17 02:12:52 +0700 | |
| commit | 88244f64a8e08a41bd953e7da72934cba14114db (patch) | |
| tree | f9aea7a86461b2c074e8d12adab8417d4dd2a506 /views/index.html | |
| parent | 75c0ddd818efc983db47ec207bd680b7773bd9cd (diff) | |
| download | web-88244f64a8e08a41bd953e7da72934cba14114db.tar.gz web-88244f64a8e08a41bd953e7da72934cba14114db.zip | |
feat: translate the remainings of vh/vw to dvh/dvw
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; } |