aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzephex-alt <[email protected]>2024-05-06 22:26:14 +0000
committerGitHub <[email protected]>2024-05-06 22:26:14 +0000
commit8cdfebd6129b4d632a17e4d2bd570a79a2239741 (patch)
treec2427c751bb6f2e2d54feecbad83ac2337e17c06 /src
parentchanged search bar width for smaller devices (diff)
downloaddramalama-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.css2
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%;
}
}