From 6d4784e35cdf1e2faf1c99ee9f149c81b03c3358 Mon Sep 17 00:00:00 2001 From: RubaXa Date: Fri, 20 Dec 2013 16:46:36 +0400 Subject: [PATCH] + min-height --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index fc70572..1be34a9 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,8 @@ margin-top: 10px; } .tile__list:last-child { - margin-right: 0;; + margin-right: 0; + min-height: 80px; } .tile__list img { @@ -402,7 +403,7 @@ sort.destroy(); el.style['-webkit-transform'] = 'translate('+dx+'px,'+dy+'px)'; }); } - + requestAnimationFrame(_loop); })(); })();