aboutsummaryrefslogtreecommitdiff
path: root/src/app/movies
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-05-06 22:24:57 +0000
committerGitHub <[email protected]>2024-05-06 22:24:57 +0000
commit4882113417c706e59b1112fa33e6d08978e049e7 (patch)
tree442f935b843be411a76e318b99fe0419036fd0f6 /src/app/movies
parentchanged search bar width for smaller devices (diff)
downloaddramalama-4882113417c706e59b1112fa33e6d08978e049e7.tar.xz
dramalama-4882113417c706e59b1112fa33e6d08978e049e7.zip
changed search bar width for smaller devices
Diffstat (limited to 'src/app/movies')
-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%;
}
}