LoginSignup
15
14

More than 5 years have passed since last update.

新しいChromeでCSSのMedia Queries(@media)が効かなくなるかも

Last updated at Posted at 2013-11-28
@media (min-width:50em)and (max-width:61.25em) {

カッコと演算子の間にスペースが抜けていると
IE、Fxでは問題ないですがChrome 33(131128時点でのDev Channelで確認、もっと前から?)
以降では無かったことにされてしまいます。

@media (min-width:50em) and (max-width:61.25em) {
15
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
14