@media screen and (max-width: calc(2000px-1px)) {
.col { width: 200px; }
}
The value after subtraction should be 1999px
, however it does not seem to be working. If I manually change it to 1999px
it works fine, so I know it's not a problem with my CSS. Is calc
not supported within media queries, or am I doing something wrong?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…