From aa6ee5cf96542132c4fea66a4bfc111621f4f049 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 12 Apr 2024 08:48:35 +0530 Subject: fixes: manga search is now fixed. removed the netlify card from the homepage because the vercel one is stable enough. --- src/app/manga/manga.module.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/app/manga/manga.module.css') diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index e88b6ea..d321533 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -20,6 +20,7 @@ border-style: dotted; border-color: rgb(63, 63, 63); border-width: 2px; + width: 20dvw } .SearchBar input { @@ -38,4 +39,8 @@ .MangaSVG { width: 100%; } + + .SearchBar { + width: 50dvw; + } } \ No newline at end of file -- cgit v1.2.3