aboutsummaryrefslogtreecommitdiff
path: root/src/app/page.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-19 21:37:13 +0530
committerreal-zephex <[email protected]>2024-05-19 21:37:13 +0530
commitc45c453fc1d58d553bcf07b7e186d9029a82cbeb (patch)
tree8fc80dd0190b82c39c6e194d98549a76d8fb0dd8 /src/app/page.module.css
parentminor changes to the manga page (diff)
downloaddramalama-c45c453fc1d58d553bcf07b7e186d9029a82cbeb.tar.xz
dramalama-c45c453fc1d58d553bcf07b7e186d9029a82cbeb.zip
style(homepage): removed unnecessary sub text from the homepage cards and changed web-series to series
Diffstat (limited to 'src/app/page.module.css')
-rw-r--r--src/app/page.module.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/page.module.css b/src/app/page.module.css
index f9d5b23..d831e8d 100644
--- a/src/app/page.module.css
+++ b/src/app/page.module.css
@@ -111,7 +111,8 @@
.manga,
.anime,
.kdrama,
-.movies {
+.movies,
+.series {
background-color: #121212e0;
color: white;
border-radius: 0.5rem;
@@ -121,6 +122,7 @@
border-color: rgb(80, 80, 80);
border-style: groove;
border-width: 0.1rem;
+ text-align: center;
}
.content:hover>.contentContainer div {