diff options
| author | zephex0 <[email protected]> | 2024-04-19 02:51:04 +0000 |
|---|---|---|
| committer | zephex0 <[email protected]> | 2024-04-19 02:51:04 +0000 |
| commit | 2c32a93e008ec94adf9c7c9b853a632018ae8152 (patch) | |
| tree | 111b74de06d9c70c99db1f1ad3914fb45ac84d14 | |
| parent | image fix for netlify (diff) | |
| download | dramalama-2c32a93e008ec94adf9c7c9b853a632018ae8152.tar.xz dramalama-2c32a93e008ec94adf9c7c9b853a632018ae8152.zip | |
minor fixes
| -rw-r--r-- | src/app/manga/manga.module.css | 3 | ||||
| -rw-r--r-- | src/app/page.module.css | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index 8dd72d0..457fbbf 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -19,13 +19,14 @@ .searchMain button { margin: 10px 5px 0px 5px; - padding: 4px; + padding: 8px; border-radius: 0.3rem; border: none; outline: none; font-family: "Atkinson Hyperlegible", serif; background: #1f1f1f; color: white; + cursor: pointer; } .SearchBar { diff --git a/src/app/page.module.css b/src/app/page.module.css index aeedf2f..a826337 100644 --- a/src/app/page.module.css +++ b/src/app/page.module.css @@ -100,8 +100,7 @@ .netlifyLogo { position: fixed; bottom: 0; - margin: 0rem 0.4rem 1rem 0.4rem; - height: 8.2rem; + margin: 0rem 0.4rem 1.6rem 0.4rem; } .netlifyLogo img { |