diff options
| author | zephex-alt <[email protected]> | 2024-04-29 03:55:49 +0000 |
|---|---|---|
| committer | zephex-alt <[email protected]> | 2024-04-29 03:55:49 +0000 |
| commit | 0334cb2a8d79f511b95bd71ed5ee20a38077525c (patch) | |
| tree | fc48ccefdc340aea02d84376d97d5db65de0a2c4 /src/app/page.module.css | |
| parent | removed edge runtime (diff) | |
| download | dramalama-0334cb2a8d79f511b95bd71ed5ee20a38077525c.tar.xz dramalama-0334cb2a8d79f511b95bd71ed5ee20a38077525c.zip | |
code maintainence
Diffstat (limited to 'src/app/page.module.css')
| -rw-r--r-- | src/app/page.module.css | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/src/app/page.module.css b/src/app/page.module.css index a826337..7c49077 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -78,12 +78,13 @@ .manga, .anime, -.kdrama { +.kdrama, +.netlify { background-color: #121212e0; color: white; margin-top: 5px; border-radius: 5px; - transition: opacity 400ms ease; + transition: opacity 400ms ease, transform 200ms ease; padding: 0.4rem 2rem; font-family: "Lexend Deca", serif; } @@ -95,15 +96,5 @@ .content:hover>.contentContainer div:hover { opacity: 1; cursor: pointer; -} - -.netlifyLogo { - position: fixed; - bottom: 0; - margin: 0rem 0.4rem 1.6rem 0.4rem; -} - -.netlifyLogo img { - aspect-ratio: 16 / 9; - height: 100px + transform: scale(0.96) }
\ No newline at end of file |