Commit 33b12829594f1a5b6e0368498d16c2e26e5fcea4

Authored by isisadmin
1 parent d2da5141

public room size fix

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 27  
28 28 .card {
29 29 position: relative;
30   - margin: 20px 20px 20px 20px;
31   - height: 90%;
  30 + margin: 6px;
  31 + height: 98%;
32 32 }
33 33  
34 34 </style>
... ...