diff options
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/manga/manga.module.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index 96671c2..3dc253b 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -11,6 +11,11 @@ align-items: center; } +.MangaImage { + width: auto; + height: auto; +} + .SearchBar { display: flex; align-items: center; |