diff options
| author | zephex-alt <[email protected]> | 2024-05-06 22:26:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-06 22:26:14 +0000 |
| commit | 8cdfebd6129b4d632a17e4d2bd570a79a2239741 (patch) | |
| tree | c2427c751bb6f2e2d54feecbad83ac2337e17c06 /src | |
| parent | changed search bar width for smaller devices (diff) | |
| download | dramalama-8cdfebd6129b4d632a17e4d2bd570a79a2239741.tar.xz dramalama-8cdfebd6129b4d632a17e4d2bd570a79a2239741.zip | |
changed search bar width for smaller devices
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/movies/styles/search.module.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/movies/styles/search.module.css b/src/app/movies/styles/search.module.css index c6221a5..1148ad0 100644 --- a/src/app/movies/styles/search.module.css +++ b/src/app/movies/styles/search.module.css @@ -71,6 +71,6 @@ @media screen and (max-width: 768px) { .InputContainer { - width: 99%; + width: 100%; } } |