Skip to content

Commit

Permalink
The_navbar_position_changed (#86)
Browse files Browse the repository at this point in the history
The_navbar_position_changed
## Description
This change involves the modification of the position of the navigation
bar within the web application's layout.


## Related Issues
#81 

- Closes #

## Type of PR
<!-- Mention PR Type according to the issue in brackets below and check
the below box -->
- [ enhancement] ()

## Screenshots / videos (if applicable)

![image](https://github.com/user-attachments/assets/0d2940ec-7ab5-4d89-b8d0-6086ddff7a19)


## Checklist
<!-- [X] - put a cross/X inside [] to check the box -->
- [ X] I have gone through the [contributing
guide](https://github.com/Anjaliavv51/Retro)
- [ X] I have updated my branch and synced it with project `main` branch
before making this PR
- [ X] I have performed a self-review of my code
- [ X] I have tested the changes thoroughly before submitting this pull
request.
- [ X] I have provided relevant issue numbers, screenshots, and videos
after making the changes.
- [ X] I have commented my code, particularly in hard-to-understand
areas.
  • Loading branch information
Anjaliavv51 authored Oct 2, 2024
2 parents ac04004 + efda55c commit ee38176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Css-files/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ body {
.navbarbg {
padding: 8px 0;
background-color: hsl(20, 43%, 93%);
text-align: center;
text-align: left;
}

.navbarbg ul {
Expand Down
2 changes: 1 addition & 1 deletion Html-files/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -598,4 +598,4 @@ <h4>Follow Us</h4>
</script>
</body>

</html>
</html>

0 comments on commit ee38176

Please sign in to comment.