header style fix

This commit is contained in:
3nprob 2021-10-08 18:21:58 +09:00
parent 11e8a31e4a
commit feea987b71
2 changed files with 6 additions and 1 deletions

View File

@ -55,9 +55,14 @@ body {
display: inline-block;
top: 0;
}
.Navbar {
width: 100%;
z-index: 1000;
text-align: center;
margin: 0 auto;
}
.NewCover {
padding-top: 100px;
}

View File

@ -506,7 +506,7 @@ Cover-description, .Cover-name, .Cover-stats {
background-size: cover;
background-position: 50%;
background-color: #474a51;
padding-bottom: 76px;
/* padding-bottom: 76px; */
opacity: 1;
transition: opacity .5s,box-shadow .4s;
}