Skip to content

Commit

Permalink
navbar flex justify space-between
Browse files Browse the repository at this point in the history
  • Loading branch information
takuwann2gou committed Jul 16, 2023
1 parent b658f86 commit ba3dac8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1097,8 +1097,8 @@ a {

.navbar {
background-color: #000;
justify-content: space-between;
display: flex;
justify-content: space-between;
position: -webkit-sticky;
position: sticky;
top: 0;
Expand Down Expand Up @@ -2060,7 +2060,7 @@ a {
.menu-button-2 {
text-align: left;
/* background-color: #000; */
margin-right: 50vh;
/* margin-right: 50vh; */
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

Expand Down

0 comments on commit ba3dac8

Please sign in to comment.