From 4b3640bf2ebbc7f7c9a8a40ea0543d4f08194202 Mon Sep 17 00:00:00 2001 From: rr- Date: Sun, 22 May 2016 18:39:25 +0200 Subject: [PATCH] client/css: remove margin above certain headings --- client/css/main.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/css/main.styl b/client/css/main.styl index e9b8a6f..f97ddf2 100644 --- a/client/css/main.styl +++ b/client/css/main.styl @@ -61,7 +61,7 @@ form .fa-question-circle-o text-align: left display: inline-block margin: 0 auto - >*:first-child + >*:first-child, form h1 margin-top: 0 >.content-wrapper:not(.transparent) background: $top-nav-color