diff options
| author | real-zephex <[email protected]> | 2024-05-11 19:14:29 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-11 19:14:29 +0530 |
| commit | e8875b008268c5873454b120bfb358cb4180093f (patch) | |
| tree | 2a0f8a15fb42f093e1d35f52eb3f7e14f1b0fbe5 /src/app/anime/styles/anime.module.css | |
| parent | Merge pull request #24 from zephex-alt/master (diff) | |
| parent | added anime history section (diff) | |
| download | dramalama-e8875b008268c5873454b120bfb358cb4180093f.tar.xz dramalama-e8875b008268c5873454b120bfb358cb4180093f.zip | |
Merge pull request #25 from real-zephex/improvement-2
Improvement 2
Diffstat (limited to 'src/app/anime/styles/anime.module.css')
| -rw-r--r-- | src/app/anime/styles/anime.module.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/anime/styles/anime.module.css b/src/app/anime/styles/anime.module.css new file mode 100644 index 0000000..e5d402a --- /dev/null +++ b/src/app/anime/styles/anime.module.css @@ -0,0 +1,4 @@ +.Main { + max-width: 99%; + margin: 65px auto; +}
\ No newline at end of file |