Skip to content

Commit

Permalink
all dropdown menu itmes equal size
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
vishalvivekm authored Oct 16, 2024
1 parent f3e01eb commit dbb60bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_navbar_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
.dropdown-item {
height: 5rem;
width: max-content;
width: 5rem;
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit dbb60bd

Please sign in to comment.