diff options
| author | real-zephex <[email protected]> | 2024-04-29 10:06:01 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-29 10:06:01 +0530 |
| commit | fdc6b602228d923b0c255521ee74289e7a0d94a2 (patch) | |
| tree | 3531fc9fd2fbe178d43e6a1c67d116f30fd4a61e /src/app/page.module.css | |
| parent | Update README.md (diff) | |
| parent | adjusted the width and height of the image just by a little (diff) | |
| download | dramalama-fdc6b602228d923b0c255521ee74289e7a0d94a2.tar.xz dramalama-fdc6b602228d923b0c255521ee74289e7a0d94a2.zip | |
Merge pull request #5 from zephex-alt/master
changes
Diffstat (limited to 'src/app/page.module.css')
| -rw-r--r-- | src/app/page.module.css | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/src/app/page.module.css b/src/app/page.module.css index a826337..f92b5d4 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -83,7 +83,7 @@ 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 +95,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 |