Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajoyreji committed Mar 18, 2023
1 parent 30d5d42 commit a86e86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions frontend/src/Components/Navbar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ body {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-left: 60px;
padding-right: 60px;
}

.nav > .nav-header {
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/pages/Details/Details.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ function Details() {
</form>

</div>
<footer className='footer'>
</footer>
</div >
)
}
Expand Down

0 comments on commit a86e86a

Please sign in to comment.