Skip to content

Commit

Permalink
edit nav
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahem-hassan2000 committed Feb 26, 2024
1 parent 6db71e3 commit 51bed58
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
height: 80px;
margin-bottom: 10px;
}
.navbar-brand{
margin: 0;
}
.offcanvas{
max-width: 75%;
}
.navbar .nav {
position: relative;
display: flex;
Expand Down
3 changes: 2 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ body {
padding: 0;
background-color: rgba(239, 233, 221, 1);
scroll-behavior: smooth;

padding-right: 0 !important;
padding-left: 0 !important;
}
body {
max-width: 100%;
Expand Down

0 comments on commit 51bed58

Please sign in to comment.