aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/history/continueWatching
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/anime/history/continueWatching')
-rw-r--r--src/app/anime/history/continueWatching/cw.module.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/app/anime/history/continueWatching/cw.module.css b/src/app/anime/history/continueWatching/cw.module.css
index 2b2c6b0..e473513 100644
--- a/src/app/anime/history/continueWatching/cw.module.css
+++ b/src/app/anime/history/continueWatching/cw.module.css
@@ -26,9 +26,8 @@
}
.animeEntry img {
- width: auto;
+ width: 10%;
height: auto;
- max-height: 40dvh;
border-radius: 0.8rem;
}
@@ -54,6 +53,9 @@
@media screen and (max-width: 768px) {
.animeContainer {
font-size: 14px;
+ }
+ .animeEntry img {
+ width: 35%;
}
} \ No newline at end of file