aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-07 03:48:49 +0530
committerGitHub <[email protected]>2024-05-07 03:48:49 +0530
commitf285c14bfcd5264123cfa1475c24541b23e7f865 (patch)
treee9040521d98e32bfe944f05f11606638979a5ae2
parentCreate eslint.yml (diff)
parentchanged search bar width for smaller devices (diff)
downloaddramalama-f285c14bfcd5264123cfa1475c24541b23e7f865.tar.xz
dramalama-f285c14bfcd5264123cfa1475c24541b23e7f865.zip
Merge pull request #18 from zephex-alt/master
changed search bar width for smaller devices
-rw-r--r--src/app/movies/styles/search.module.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/movies/styles/search.module.css b/src/app/movies/styles/search.module.css
index 55d4591..df088e4 100644
--- a/src/app/movies/styles/search.module.css
+++ b/src/app/movies/styles/search.module.css
@@ -68,3 +68,9 @@
margin: 0 0.2rem 0 0;
font-size: 18px;
}
+
+@media screen and (max-width: 768px) {
+ .InputContainer {
+ width: 100%;
+ }
+}