Skip to content

Commit

Permalink
Fix unwanted margin on topbar (#438)
Browse files Browse the repository at this point in the history
Signed-off-by: hossainemruz <[email protected]>
  • Loading branch information
hossainemruz committed Oct 18, 2021
1 parent 6e41689 commit 35c6586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/navigators/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
height: 50px;
z-index: 99999;
transition: all 0.4s ease-out;
margin: 3px;
margin: 0px;
padding-top: 0.4rem;
text-align: center;
}
Expand Down

0 comments on commit 35c6586

Please sign in to comment.