Skip to content

Commit

Permalink
Update mobile navbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
MathyouMB committed May 31, 2024
1 parent 5144b92 commit 0e325e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/scss/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,7 @@ $navNumOfItemBlocks: 4;
/* movile nav bar */
.header {
background: rgb(255, 255, 255);
border-top: 2px solid #ffffff;
border-bottom: 2px solid #dddddd;
box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.025), 0 6px 20px 0 rgba(0, 0, 0, 0.04);
padding-left: calc(5% + 9px);
padding-right: calc(5% + 9px);
position: sticky;
Expand Down

0 comments on commit 0e325e2

Please sign in to comment.