From 33b12829594f1a5b6e0368498d16c2e26e5fcea4 Mon Sep 17 00:00:00 2001 From: isisadmin Date: Sun, 6 Dec 2015 03:49:23 +0100 Subject: [PATCH] public room size fix --- controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html b/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html index 4b14253..59d111a 100755 --- a/controllets/fullsize-page-with-card-controllet/fullsize-page-with-card-controllet.html +++ b/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 .card { position: relative; - margin: 20px 20px 20px 20px; - height: 90%; + margin: 6px; + height: 98%; } -- libgit2 0.21.4