fix: page header

This commit is contained in:
Robson Tito de Paula Ferreira 2022-10-13 22:09:53 -03:00
parent 0074fc1eb6
commit f1494d4e96

View File

@ -11,7 +11,6 @@ body {
.page-header { .page-header {
display: flex; display: flex;
flex-wrap: wrap;
justify-content: center; justify-content: center;
padding: 28px 0; padding: 28px 0;
background: #000000 background: #000000
@ -153,6 +152,6 @@ body {
@media screen and (max-widht:2500) { @media screen and (max-widht:2500) {
.main-banner-mobile { .main-banner-mobile {
display: none; display: none;
} }
} }