diff options
| author | real-zephex <[email protected]> | 2024-04-16 07:54:13 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-16 07:54:13 +0530 |
| commit | e3731f22b8a041b12f0eb6ac1840640a55629c8b (patch) | |
| tree | 0270b091bbde2c79d8bbef314a6f5efafd4278dd | |
| parent | feature added: anime history is now stored locally on the device. (diff) | |
| download | dramalama-e3731f22b8a041b12f0eb6ac1840640a55629c8b.tar.xz dramalama-e3731f22b8a041b12f0eb6ac1840640a55629c8b.zip | |
minor fixes
| -rw-r--r-- | src/app/page.module.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/app/page.module.css b/src/app/page.module.css index b937111..8a64245 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -96,16 +96,13 @@ cursor: pointer; } -.dotted-background { - height: 100vh; - width: 100vw; - z-index: -1; - position: absolute; -} - .netlifyLogo { position: fixed; bottom: 0; margin: 0rem 0.4rem 1rem 0.4rem; height: 8.2rem; +} + +.netlifyLogo img { + aspect-ratio: 16 / 9; }
\ No newline at end of file |