From ce87b427c17eec8ca4b151bd021f3ddd3eedb5dc Mon Sep 17 00:00:00 2001 From: Andcool-Systems Date: Sun, 1 Sep 2024 19:53:09 +0300 Subject: [PATCH] changed categories menu layout --- src/app/styles/search.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/search.module.css b/src/app/styles/search.module.css index c82951f..095dc0c 100644 --- a/src/app/styles/search.module.css +++ b/src/app/styles/search.module.css @@ -145,9 +145,9 @@ box-shadow: 3px 3px 8px -3px rgba(0, 0, 0, 0.75); display: flex; gap: .5rem; - flex-direction: column; + flex-direction: row; flex-wrap: wrap; - max-height: 15rem; + max-width: 300px; } .category { @@ -188,7 +188,7 @@ .category_menu { left: 2rem; right: 2rem; - max-height: none; + max-width: none; } } \ No newline at end of file