Skip to content

Instantly share code, notes, and snippets.

@ericsk
Created October 19, 2012 16:03
Show Gist options
  • Save ericsk/3919036 to your computer and use it in GitHub Desktop.
Save ericsk/3919036 to your computer and use it in GitHub Desktop.
使用 CSS3 Media Query 來套用 Snapped 的 Modern IE10 的樣式
@media screen and (max-width: 400px) {
@-ms-viewport { width: 320px; }
/* 當 Modern IE10 在貼齊模式時的樣式設定,並且將可視區域設為 320px */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment