From 53453f2ee3936c2d6bc7408c838326083657dc65 Mon Sep 17 00:00:00 2001 From: aynik Date: Tue, 14 Apr 2015 21:32:17 +0200 Subject: [PATCH] fixed top margin --- client/themes/crypto.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/themes/crypto.css b/client/themes/crypto.css index fa55aba..c579f05 100644 --- a/client/themes/crypto.css +++ b/client/themes/crypto.css @@ -34,6 +34,10 @@ a:hover, #chat a:hover { border-radius: 0px; } +.container { + margin: 40px auto; +} + #sign-in label { font: 14px Lato, sans-serif; color: #666;