diff options
Diffstat (limited to 'src/app/kdrama/styles/popular.module.css')
| -rw-r--r-- | src/app/kdrama/styles/popular.module.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/app/kdrama/styles/popular.module.css b/src/app/kdrama/styles/popular.module.css index 2975659..85be40c 100644 --- a/src/app/kdrama/styles/popular.module.css +++ b/src/app/kdrama/styles/popular.module.css @@ -50,8 +50,6 @@ }
.AnimeEntry img {
- width: auto;
- height: 280px;
border-radius: 1rem;
}
@@ -59,7 +57,8 @@ text-align: center;
color: white;
font-family: "Lexend Deca", serif;
- width: 140px;
+ width: auto;
+ max-width: 190px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
|