From e7d36de35d8253c50fa2d219c69c0673f6d94e67 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Thu, 28 Dec 2017 20:37:30 +0100 Subject: [PATCH] Fix #app-content-header --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index c6f9ee9..13cf45a 100644 --- a/css/style.css +++ b/css/style.css @@ -67,10 +67,9 @@ #app-content-header { background-color: #E6E6E6; min-height: 100px; - width: 80%; - position: fixed; + width: auto; top: 45px; - padding: 12.5px; + padding: 12px; box-shadow: 0 1px 0 0 #CCC; z-index: 1; display: flex;