Konu
media only screen between çalışmıyor
02-03-2021, 22:30:01
#2
emregur
Bu şekilde dener misiniz?
@media
only
screen
and
(min-width: 768px) and (max-width: 1024px)
{
.desktop {
background: red;
font-size: 22px !important;
}
}