diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/movies/styles/search.module.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/movies/styles/search.module.css b/src/app/movies/styles/search.module.css index df088e4..c6221a5 100644 --- a/src/app/movies/styles/search.module.css +++ b/src/app/movies/styles/search.module.css @@ -1,12 +1,12 @@ .Main { - margin: 0 0.2rem 0 0.2rem; + margin: 0 0.4rem 0 0.4rem; } .InputContainer { display: flex; align-items: center; background-color: #121212; - padding: 0.2rem; + /* padding: 0.2rem; */ width: 40vw; border-radius: 0.5rem; } @@ -71,6 +71,6 @@ @media screen and (max-width: 768px) { .InputContainer { - width: 100%; + width: 99%; } } |