header style fix
This commit is contained in:
parent
11e8a31e4a
commit
feea987b71
|
@ -55,9 +55,14 @@ body {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Navbar {
|
.Navbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.NewCover {
|
||||||
|
padding-top: 100px;
|
||||||
|
}
|
||||||
|
|
|
@ -506,7 +506,7 @@ Cover-description, .Cover-name, .Cover-stats {
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: 50%;
|
background-position: 50%;
|
||||||
background-color: #474a51;
|
background-color: #474a51;
|
||||||
padding-bottom: 76px;
|
/* padding-bottom: 76px; */
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity .5s,box-shadow .4s;
|
transition: opacity .5s,box-shadow .4s;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue