From 5e943512aa8e86d366b84f54e32cd13e419329e1 Mon Sep 17 00:00:00 2001 From: devfake Date: Tue, 23 Jun 2015 08:47:00 +0200 Subject: [PATCH] fix size --- site/client/app/views/lobby.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/client/app/views/lobby.html b/site/client/app/views/lobby.html index 1fb5ef3..761c68e 100644 --- a/site/client/app/views/lobby.html +++ b/site/client/app/views/lobby.html @@ -100,8 +100,8 @@ background-size: 800% 800%; position: absolute; z-index: 20; - width: calc(100% - 10px); - height: calc(100% - 10px); + width: calc(100% - 5px); + height: calc(100% - 5px); -webkit-animation: AnimationName 10s ease infinite; -moz-animation: AnimationName 10s ease infinite;