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