Commit 33b12829594f1a5b6e0368498d16c2e26e5fcea4
1 parent
d2da5141
public room size fix
Showing
1 changed file
with
2 additions
and
2 deletions
controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html
@@ -27,8 +27,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN | @@ -27,8 +27,8 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN | ||
27 | 27 | ||
28 | .card { | 28 | .card { |
29 | position: relative; | 29 | position: relative; |
30 | - margin: 20px 20px 20px 20px; | ||
31 | - height: 90%; | 30 | + margin: 6px; |
31 | + height: 98%; | ||
32 | } | 32 | } |
33 | 33 | ||
34 | </style> | 34 | </style> |