diff options
| author | real-zephex <[email protected]> | 2024-03-21 10:08:56 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-21 10:08:56 +0530 |
| commit | 7932b71d55f621ad5cfa4a96d637ce90f366a10c (patch) | |
| tree | a51f8e490e09a45cb8064812c0693536692542c7 /src/app/page.module.css | |
| parent | Update README.md (diff) | |
| download | dramalama-7932b71d55f621ad5cfa4a96d637ce90f366a10c.tar.xz dramalama-7932b71d55f621ad5cfa4a96d637ce90f366a10c.zip | |
fixes: anime section is fully server rendered, added a loading screen for info and video page, minor css optimizations
Diffstat (limited to 'src/app/page.module.css')
| -rw-r--r-- | src/app/page.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/page.module.css b/src/app/page.module.css index 939f480..c8bd07e 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -3,7 +3,7 @@ flex-direction: column; justify-content: center; align-items: center; - height: 75vh; + height: 90dvh; max-width: 500px; margin: 0px auto; text-align: center; |