Header improvements (#24)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user