From a3c50eaf36a14870904ccfeb1cbf239fd08b8c03 Mon Sep 17 00:00:00 2001 From: Gabriele Cirulli Date: Tue, 6 May 2014 16:24:24 +0200 Subject: [PATCH] fix spacing above body --- cache.appcache | 2 +- style/main.css | 4 ++-- style/main.scss | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cache.appcache b/cache.appcache index 264396d..23f962c 100644 --- a/cache.appcache +++ b/cache.appcache @@ -3,7 +3,7 @@ CACHE MANIFEST # Adds the ability to play the game online. # The following comment needs to be updated whenever a change is made. # Run `rake appcache:update` to do so -# Updated: 2014-04-30T13:29:03+02:00 +# Updated: 2014-05-06T16:24:26+02:00 # Main page index.html diff --git a/style/main.css b/style/main.css index 527206f..7f24f26 100644 --- a/style/main.css +++ b/style/main.css @@ -594,8 +594,8 @@ hr { font-size: 15px; } body { - margin: 20px 0; - padding: 0 20px; } + margin-top: 0; + padding: 20px; } h1.title { font-size: 27px; diff --git a/style/main.scss b/style/main.scss index 25183dd..c060442 100644 --- a/style/main.scss +++ b/style/main.scss @@ -578,8 +578,8 @@ hr { } body { - margin: 20px 0; - padding: 0 20px; + margin-top: 0; + padding: 20px; } h1.title { -- GitLab