diff options
Diffstat (limited to 'src/app')
| -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 |