File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141 font-weight : bold ;
4242 border : none ;
4343
44- & : hover {
44+ @media ( hover : hover) {
4545 background-color : $secondary-blue ;
4646 color : $primary-beige ;
4747 }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export function AuthenticatedNavBar() {
1414 expand = "md"
1515 className = "bg-secondary rounded-bottom-3 pt-0"
1616 >
17- < Container >
17+ < Container className = "align-items-center justify-content-evenly" >
1818 < Navbar . Brand className = "bg-primary rounded-bottom-3 text-center mb-3 px-3 text-dark fw-bolder shadow" >
1919 GrocerEase
2020 </ Navbar . Brand >
@@ -33,8 +33,8 @@ export function AuthenticatedNavBar() {
3333 Manage List
3434 </ Nav . Link >
3535 </ Nav >
36- < SignOutButton />
3736 </ Navbar . Collapse >
37+ < SignOutButton />
3838 </ Container >
3939 </ Navbar >
4040 ) ;
You can’t perform that action at this time.
0 commit comments