From 838ceeae65a9133d44a56a5be585ebd34ec4fc80 Mon Sep 17 00:00:00 2001 From: devfake Date: Sat, 4 Jul 2015 21:50:37 +0200 Subject: [PATCH] fix margin --- client/templates/lobby.handlebars | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/templates/lobby.handlebars b/client/templates/lobby.handlebars index 0a5fa80..bf7de84 100644 --- a/client/templates/lobby.handlebars +++ b/client/templates/lobby.handlebars @@ -4,6 +4,10 @@ background-size: cover; } + .container { + margin-bottom: 0; + } + .container-form-landing { opacity: 1; margin: 60px 0 0 0;