diff options
| author | zephex-alt <[email protected]> | 2024-05-08 04:26:20 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-08 04:26:20 +0000 |
| commit | d4fdb4e3d6a3fbf042db8605d371605a64c8db4c (patch) | |
| tree | 4c9e005c80a832be7a48975b97f15ace92be770d /src/app/anime/search/search.module.css | |
| parent | changed search bar width for smaller devices (diff) | |
| download | dramalama-d4fdb4e3d6a3fbf042db8605d371605a64c8db4c.tar.xz dramalama-d4fdb4e3d6a3fbf042db8605d371605a64c8db4c.zip | |
minor css fixes and added a new source for movies
Diffstat (limited to 'src/app/anime/search/search.module.css')
| -rw-r--r-- | src/app/anime/search/search.module.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index 185f6d5..f3c5b85 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -40,6 +40,7 @@ .searchContainer {
display: flex;
align-items: center;
+ justify-content: center;
margin: 20px 0px 20px 0px;
background-color: #121212;
padding: 10px;
|