diff options
| author | 2025-10-17 02:12:52 +0700 | |
|---|---|---|
| committer | 2025-10-17 02:18:39 +0700 | |
| commit | 8b5f7745c09bfd498c13274385746cd222e5f563 (patch) | |
| tree | ce5f48e0d82743c56845ecd62e07d07afb23d988 /views/index.html | |
| parent | 88244f64a8e08a41bd953e7da72934cba14114db (diff) | |
| download | web-8b5f7745c09bfd498c13274385746cd222e5f563.tar.gz web-8b5f7745c09bfd498c13274385746cd222e5f563.zip | |
feat: translate the remainings of vh/vw to dvh/dvw
Diffstat (limited to 'views/index.html')
| -rw-r--r-- | views/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.html b/views/index.html index c754a08..4b8fe37 100644 --- a/views/index.html +++ b/views/index.html @@ -56,7 +56,7 @@ </style> </head> -<body data-theme="night" class="font-spectral text-main-dark text-2xl overflow-hidden bg-interlocked-hexagons h-screen flex flex-col"> +<body data-theme="night" class="font-spectral text-main-dark text-2xl overflow-hidden bg-interlocked-hexagons h-[100dvh] flex flex-col"> <div class="absolute star z-0">*</div> <div class="absolute star z-0">*</div> |