There was an error while loading. Please reload this page.
1 parent eca5992 commit 6dd493fCopy full SHA for 6dd493f
1 file changed
app-grid/demo/md-grid-layout.html
@@ -52,6 +52,7 @@
52
--app-grid-gutter: 10px;
53
--app-grid-expandible-item-columns: 4;
54
--paper-icon-button-ink-color: white;
55
+ --app-grid-item-height: 200px;
56
}
57
58
app-header {
@@ -94,7 +95,7 @@
94
95
padding: 16px;
96
97
- @media(max-width: 799px) {
98
+ @media screen and (max-width: 799px) {
99
100
.centered-container {
101
margin: 10px 5px;
0 commit comments