All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 4s
14 lines
217 B
CSS
14 lines
217 B
CSS
.header {
|
|
max-width: 100% !important;
|
|
width: 100% !important;
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
}
|
|
.header-nav-outer {
|
|
max-width: 1920px;
|
|
width: 100%;
|
|
margin:auto 0 !important;
|
|
}
|
|
|