diff options
| author | real-zephex <[email protected]> | 2024-03-29 19:16:58 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-29 19:16:58 +0530 |
| commit | 641e62fd333cd7c3a82c12181eb0d35611c03df7 (patch) | |
| tree | 47c3cbaeb8b64b16bc06843a83bfa151d747f597 /src/app/anime/recent/recent.module.css | |
| parent | Delete .github/workflows directory (diff) | |
| download | dramalama-641e62fd333cd7c3a82c12181eb0d35611c03df7.tar.xz dramalama-641e62fd333cd7c3a82c12181eb0d35611c03df7.zip | |
fixes and improvements: dramalaam is no longer hosted on koyeb cuz of
high latency issues.
Diffstat (limited to 'src/app/anime/recent/recent.module.css')
| -rw-r--r-- | src/app/anime/recent/recent.module.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/app/anime/recent/recent.module.css b/src/app/anime/recent/recent.module.css new file mode 100644 index 0000000..5756ccb --- /dev/null +++ b/src/app/anime/recent/recent.module.css @@ -0,0 +1,15 @@ +.RecentText { + color: #FFB996; + display: flex; + align-items: center; +} + +.RecentText p { + font-size: 26px; + margin: 5px; + font-family: "Quicksand"; +} + +.RecentText span { + margin-top: 6px; +}
\ No newline at end of file |