Skip to content

Commit

Permalink
changed categories menu layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Sep 1, 2024
1 parent 3399e43 commit ce87b42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/styles/search.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -188,7 +188,7 @@
.category_menu {
left: 2rem;
right: 2rem;
max-height: none;
max-width: none;
}

}

0 comments on commit ce87b42

Please sign in to comment.