Fix unwanted margin on topbar (#438)

Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
Emruz Hossain 2021-10-19 00:24:28 +06:00 committed by GitHub
parent 6e41689c06
commit 35c6586412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}