diff options
| author | zephex-alt <[email protected]> | 2024-04-29 19:02:30 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-29 19:02:30 +0000 |
| commit | 75554bf84c7520c0bff2d4e7f14141577319dbda (patch) | |
| tree | 9ef4a5ab980c60d28a323d47905615423782e08f /src/app/anime/search/search.module.css | |
| parent | adjusted the images' width and height (diff) | |
| download | dramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.tar.xz dramalama-75554bf84c7520c0bff2d4e7f14141577319dbda.zip | |
late night fuckery
Diffstat (limited to 'src/app/anime/search/search.module.css')
| -rw-r--r-- | src/app/anime/search/search.module.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index 6799bac..a1acc27 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -55,6 +55,7 @@ .animeEntry {
display: flex;
overflow-x: auto;
+ margin-bottom: 1rem;
}
.animeEntry .anime {
@@ -86,7 +87,7 @@ justify-content: space-between;
align-items: center;
padding: 5px;
- margin: 0px 10px 1rem 0px;
+ margin: 0 10px 0 0;
border-radius: 0.5rem;
transition: opacity 200ms ease-in, background-color 200ms linear;
background-color: #242424d0;
|