Skip to content

Commit 6dd493f

Browse files
authored
Update md-grid-layout.html
1 parent eca5992 commit 6dd493f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app-grid/demo/md-grid-layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
--app-grid-gutter: 10px;
5353
--app-grid-expandible-item-columns: 4;
5454
--paper-icon-button-ink-color: white;
55+
--app-grid-item-height: 200px;
5556
}
5657

5758
app-header {
@@ -94,7 +95,7 @@
9495
padding: 16px;
9596
}
9697

97-
@media(max-width: 799px) {
98+
@media screen and (max-width: 799px) {
9899

99100
.centered-container {
100101
margin: 10px 5px;

0 commit comments

Comments
 (0)