rws adlı üyeden alıntı: mesajı görüntüle
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) {
[COLOR=#D9DAE9][FONT=-apple-system]  .desktop {[/FONT][/COLOR]
[COLOR=#D9DAE9][FONT=-apple-system]    background: red;[/FONT][/COLOR]
[COLOR=#D9DAE9][FONT=-apple-system]    font-size: 22px !important;[/FONT][/COLOR]
[COLOR=#D9DAE9][FONT=-apple-system]  }[/FONT][/COLOR]
ne demek istediğinizi hiç anlamadım