diff options
| author | real-zephex <[email protected]> | 2024-05-09 11:23:15 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-09 11:23:15 +0530 |
| commit | f2f4b084f5d2dbd8b5f8e631bdaabd8c10526837 (patch) | |
| tree | 610c401d7075f37cf6f92e9f57f2a4bad94333ed /src/app/kdrama/styles/popular.module.css | |
| parent | Merge pull request #22 from zephex-alt/master (diff) | |
| parent | added popular section (anime) (diff) | |
| download | dramalama-f2f4b084f5d2dbd8b5f8e631bdaabd8c10526837.tar.xz dramalama-f2f4b084f5d2dbd8b5f8e631bdaabd8c10526837.zip | |
Merge pull request #24 from zephex-alt/master
added popular section (anime)
Diffstat (limited to 'src/app/kdrama/styles/popular.module.css')
| -rw-r--r-- | src/app/kdrama/styles/popular.module.css | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/app/kdrama/styles/popular.module.css b/src/app/kdrama/styles/popular.module.css index 20d0e73..92373a2 100644 --- a/src/app/kdrama/styles/popular.module.css +++ b/src/app/kdrama/styles/popular.module.css @@ -1,13 +1,15 @@ .popDramasText {
color: var(--soft-purple);
- margin-bottom: 10px;
+ margin: 10px 0 10px 0;
text-align: center;
color: transparent;
- background: linear-gradient(90deg,
- var(--neon-green) 40%,
- var(--light-green) 60%,
- var(--neon-yellow) 80%,
- var(--soft-purple) 100%);
+ background: linear-gradient(
+ 90deg,
+ var(--neon-green) 40%,
+ var(--light-green) 60%,
+ var(--neon-yellow) 80%,
+ var(--soft-purple) 100%
+ );
background-size: 60% 50%;
background-clip: text;
}
@@ -65,7 +67,7 @@ .popDramasText {
text-align: start;
font-size: 26px;
- margin-bottom: 1rem;
+ margin: 1rem 0 1rem 0;
}
.AnimeContainer {
@@ -78,4 +80,4 @@ .AnimeEntry img {
width: auto;
}
-}
\ No newline at end of file +}
|