-ms-grid-template-* -> -ms-grid-*

IEきらい!!!
gh-pages
Rui 2017-12-17 15:53:54 +09:00 committed by GitHub
parent baa18c998e
commit 669ca28e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
grid-template-rows: auto 1fr auto;
// IE11 ~
display: -ms-grid;
-ms-grid-template-columns: auto 1fr;
-ms-grid-template-rows: auto 1fr auto;
-ms-grid-columns: auto 1fr;
-ms-grid-rows: auto 1fr auto;
// ~ IE11
margin: 0 auto;
min-height: 100vh;