diff options
| author | real-zephex <[email protected]> | 2024-04-12 09:22:28 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-12 09:22:28 +0530 |
| commit | c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3 (patch) | |
| tree | 195346090baeb2e4dae17f45bf8298918215dc67 /src/app/kdrama/styles/kdrama.module.css | |
| parent | fixes: manga search is now fixed. removed the netlify card from the homepage ... (diff) | |
| download | dramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.tar.xz dramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.zip | |
fix: fixed kdrama page and made it available
Diffstat (limited to 'src/app/kdrama/styles/kdrama.module.css')
| -rw-r--r-- | src/app/kdrama/styles/kdrama.module.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/kdrama/styles/kdrama.module.css b/src/app/kdrama/styles/kdrama.module.css index 15695be..9cfc377 100644 --- a/src/app/kdrama/styles/kdrama.module.css +++ b/src/app/kdrama/styles/kdrama.module.css @@ -1,4 +1,4 @@ .Main { - max-width: 95%; - margin: 100px auto; + max-width: 98%; + margin: 80px auto; }
\ No newline at end of file |