Skip to content

Commit

Permalink
Merge pull request ask1811#5 from joshuajoyreji/main
Browse files Browse the repository at this point in the history
change
  • Loading branch information
joshuajoyreji committed Mar 18, 2023
2 parents 30d5d42 + a86e86a commit 6daae83
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 6daae83

Please sign in to comment.