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;