私は次のものを持っています:
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.textular {
font-size: 10px;
}
}
http://css-tricks.com/snippets/css/media-queries-for-standard-devices/からこれを取得しました。上記のコードのみが必要です。うまくいかないようです。私は何か間違ったことをしていますか?