Skip to content

Commit

Permalink
Adjusted navbar width
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyliang01 committed Nov 14, 2023
1 parent 6e45298 commit 5167209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions front-end/src/styles/Navbar.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.navbar {
@apply pb-4 fixed bottom-0 left-1/2 bg-white;
transform: translateX(-50%);
@apply pb-4 fixed bottom-0 left-0 right-0 bg-white;
}

.navbar ul {
Expand Down

0 comments on commit 5167209

Please sign in to comment.