Не меняется header в мобильной версии, как исправить?
0
Урок 61
не меняется Heather в мобильной версии,
цвет остается прежним...
@media only screen
and (min-device-wisth : 320px)
and (max-device-wisth : 568px) {
.header {
background-color: #257965;
}
}