From d184bdbcefe12c9a5b56fd6cfb7b2c26b73e936e Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Sun, 18 Jan 2015 15:14:53 +0000 Subject: [PATCH] Fluid margin from top --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index f1d8958..d08f227 100644 --- a/static/style.css +++ b/static/style.css @@ -856,6 +856,7 @@ there. /* Actual min.ie styles */ .container { + margin-top: 25vh; width: 570px; }