diff options
| author | real-zephex <[email protected]> | 2024-03-21 10:08:56 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-21 10:08:56 +0530 |
| commit | 7932b71d55f621ad5cfa4a96d637ce90f366a10c (patch) | |
| tree | a51f8e490e09a45cb8064812c0693536692542c7 /src/app/search/search.css | |
| parent | Update README.md (diff) | |
| download | dramalama-7932b71d55f621ad5cfa4a96d637ce90f366a10c.tar.xz dramalama-7932b71d55f621ad5cfa4a96d637ce90f366a10c.zip | |
fixes: anime section is fully server rendered, added a loading screen for info and video page, minor css optimizations
Diffstat (limited to 'src/app/search/search.css')
| -rw-r--r-- | src/app/search/search.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/search/search.css b/src/app/search/search.css index d24293e..8afb508 100644 --- a/src/app/search/search.css +++ b/src/app/search/search.css @@ -63,13 +63,14 @@ .anime p { color: white; - width: 25vh; + width: 25dvh; font-family: "Lato"; font-size: 18px; } .animeImage { border-radius: 10px; + margin-left: 20px; } @media screen and (max-width: 768px) { |