Skip to content

Commit

Permalink
Done with the left alignment of navbar container
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeMochi12 committed Aug 9, 2024
1 parent bf3446f commit fe9b9ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ option {
@media (max-width: 768px) {
.nav_menu {
flex-direction: column;
margin-left: 0;
}

.hamburger {
Expand All @@ -240,7 +241,7 @@ option {
flex-direction: column;
position: fixed;
top: 60px;
left: 20px;
left: 0px;
background-color: #022a2d;
width: 45% !important;
margin-top: 30px;
Expand All @@ -256,6 +257,7 @@ option {
.nav_link li {
margin: 10px 0;
font-size: 18px;

}

.nav_link a {
Expand Down
2 changes: 1 addition & 1 deletion news.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
flex-direction: column;
position: fixed;
top: 64px;
left: 20px;
left: 0px;
background-color: #022a2d;
width: 45% !important;
margin-top: 30px;
Expand Down

0 comments on commit fe9b9ee

Please sign in to comment.