Header improvements (#24)

This commit is contained in:
Avijit Gupta
2021-07-05 13:24:53 +02:00
committed by GitHub
parent 272c4a471e
commit 21286caa7c

View File

@@ -69,15 +69,16 @@ main#content {
.header-nav .avatar img { .header-nav .avatar img {
border-radius: 100%; border-radius: 100%;
display: block; display: block;
height: 50px; height: 40px;
margin-top: 4px;
overflow: hidden; overflow: hidden;
width: 50px; width: 40px;
} }
.header-nav .nav-title { .header-nav .nav-title {
display: inline-block; display: inline-block;
height: 100%; height: 100%;
line-height: 50px; line-height: 50px;
padding-left: 10px; padding-left: 15px;
} }
.nav-title a { .nav-title a {
font-size: 20px; font-size: 20px;