From 166fb5349a8d6f3296a522d48727e3fb92b84a07 Mon Sep 17 00:00:00 2001 From: zephex-alt <166333351+zephex-alt@users.noreply.github.com> Date: Mon, 6 May 2024 22:18:27 +0000 Subject: changed search bar width for smaller devices --- src/app/movies/styles/search.module.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') 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%; + } +} -- cgit v1.2.3