Skip to content

Commit

Permalink
Merge pull request #78 from agiledev-students-fall2023/change-navbar-…
Browse files Browse the repository at this point in the history
…width

Adjusted navbar width
  • Loading branch information
Allison67 authored Nov 14, 2023
2 parents 07d020b + 5167209 commit 10d440d
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 10d440d

Please sign in to comment.