@media only screen and(max-width: 1132px) {
#yc-contact{
margin-left: 50px;
}
}
@media screen and(max-width: 1132px) {
#yc-contact{
margin-left: 50px;
}
}
上述代碼在Safari中運行,但無法在Chrome中運行。試了兩個。媒體查詢css在Safari瀏覽器中工作但在Chrome中失敗
哪裏可以找到所有瀏覽器的這些查詢 – Y07
您可以從這個[link](https:/ /)中找到不同設備的所有其他媒體quires。 /responsivedesign.is/develop/browser-feature-support/media-queries-for-common-device-breakpoints/) –