grintileme yapın
@media screen and (min-width: 768px) and (max-width: 1024px) {
.desktop {
background: red;
font-size: 22px !important;
}
}
yerine
@media screen and (min-width: 768px) and (max-width: 1024px) {
.desktop {
background: red;
font-size: 22px !important;
}