Skip to content

Commit

Permalink
position button on left
Browse files Browse the repository at this point in the history
  • Loading branch information
mmh9xx committed Dec 7, 2023
1 parent edb128a commit 5aa552d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/style/NavBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@

.signout-button {
color: #fff;
background-color: rgb(255, 166, 0);
background-color: #F1B82D;
padding: 5px;
border-radius: 5px;
text-decoration: none;
margin-right: 20px;
align-items: center;
justify-content: flex-end;
justify-content: flex-end !important;
}

0 comments on commit 5aa552d

Please sign in to comment.