diff options
| author | real-zephex <[email protected]> | 2024-05-11 01:33:00 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-11 01:33:00 +0530 |
| commit | 4c4f8214637ac8d19e16f71d20542982a5eedad7 (patch) | |
| tree | d59021d92da577b2c38bc591571fe13a35a3b779 /src/app/anime/styles/anime.module.css | |
| parent | Merge pull request #24 from zephex-alt/master (diff) | |
| download | dramalama-4c4f8214637ac8d19e16f71d20542982a5eedad7.tar.xz dramalama-4c4f8214637ac8d19e16f71d20542982a5eedad7.zip | |
UI changes, Logic change and complete re-write for anime page
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 |