diff options
| author | real-zephex <[email protected]> | 2024-05-14 01:20:34 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-14 01:20:34 +0530 |
| commit | c75cde394dee359c9a13ff5fe4f53cacb0853cda (patch) | |
| tree | ac4890818632c6abc8cc9fa605c451d52ec4a621 /src/app/manga | |
| parent | Merge branch 'master' of https://github.com/real-zephex/Dramalama-Next (diff) | |
| download | dramalama-c75cde394dee359c9a13ff5fe4f53cacb0853cda.tar.xz dramalama-c75cde394dee359c9a13ff5fe4f53cacb0853cda.zip | |
minor changes to the manga page
Diffstat (limited to 'src/app/manga')
| -rw-r--r-- | src/app/manga/[title]/title.module.css | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index 203efad..7ed09bd 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -77,8 +77,29 @@ max-width: 100%;
}
+ .MangaEntries {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ text-align: center;
+ }
+
+ .MangaEntries img {
+ width: auto;
+ height: auto;
+ border-radius: 0.3rem;
+ background-color: #121212;
+ padding: 0.2rem;
+ }
+
+ .MangaTitle {
+ font-weight: 600;
+ }
+
.MangaDescription {
- max-height: 10rem;
+ max-height: 7.5rem;
overflow: auto;
}
-}
+
+}
\ No newline at end of file |