diff options
| author | real-zephex <[email protected]> | 2024-04-07 20:37:32 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-07 20:37:32 +0530 |
| commit | 110922f8469bb78974df5e566c638f30f0f512a9 (patch) | |
| tree | 782a0235b97f227ad3ec4da36a55d7de6677a2ca /src/app | |
| parent | minor fix (diff) | |
| download | dramalama-110922f8469bb78974df5e566c638f30f0f512a9.tar.xz dramalama-110922f8469bb78974df5e566c638f30f0f512a9.zip | |
minor fix
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/anime/anime.module.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app/anime/anime.module.css b/src/app/anime/anime.module.css new file mode 100644 index 0000000..3e84530 --- /dev/null +++ b/src/app/anime/anime.module.css @@ -0,0 +1,4 @@ +.Main { + max-width: 95%; + margin: 0px auto; +}
\ No newline at end of file |