diff options
Diffstat (limited to 'src/app/manga/history')
| -rw-r--r-- | src/app/manga/history/continueWatching/cw.module.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/manga/history/continueWatching/cw.module.css b/src/app/manga/history/continueWatching/cw.module.css index 645f45a..7d7c199 100644 --- a/src/app/manga/history/continueWatching/cw.module.css +++ b/src/app/manga/history/continueWatching/cw.module.css @@ -26,9 +26,8 @@ }
.animeEntry img {
- width: auto;
+ width: 10%;
height: auto;
- max-height: 40dvh;
border-radius: 0.8rem;
}
@@ -70,6 +69,9 @@ @media screen and (max-width: 768px) {
.animeContainer {
font-size: 14px;
+ }
+ .animeEntry img {
+ width: 35%;
}
}
\ No newline at end of file |