aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-07 03:55:34 +0530
committerGitHub <[email protected]>2024-05-07 03:55:34 +0530
commit0f618775a857157760575b5185310ee5d1fe825f (patch)
treee9b99e239d2473dfeb9020062f1b65777e5b339d
parentMerge pull request #18 from zephex-alt/master (diff)
parentchanged search bar width for smaller devices (diff)
downloaddramalama-0f618775a857157760575b5185310ee5d1fe825f.tar.xz
dramalama-0f618775a857157760575b5185310ee5d1fe825f.zip
Merge pull request #19 from zephex-alt/master
changed search bar width for smaller devices
-rw-r--r--src/app/movies/styles/search.module.css6
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%;
}
}