From 4bd69d1d6892e829a8917175ac49a9ac78835e0c Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 9 Apr 2018 10:22:07 +0200 Subject: [PATCH] Making the header a bit more proportioned --- platypush/backend/http/static/css/application.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platypush/backend/http/static/css/application.css b/platypush/backend/http/static/css/application.css index c302cc888..751097f3a 100644 --- a/platypush/backend/http/static/css/application.css +++ b/platypush/backend/http/static/css/application.css @@ -6,7 +6,7 @@ body { header { width: 100%; background: #f4f5f6; - padding: 25px; + padding: 10px 25px; margin: 0px 10px 35px -10px; border-bottom: 1px solid #e1e4e8; }