From 6f7093daa495e5569191cbcbcc10bdedf4e70fc9 Mon Sep 17 00:00:00 2001 From: Roy-Orbison Date: Wed, 9 Jan 2019 14:40:32 +1030 Subject: [PATCH] Header overlapped logo link --- Assets/css/nebula.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Assets/css/nebula.css b/Assets/css/nebula.css index b02b2a6..5b8340e 100755 --- a/Assets/css/nebula.css +++ b/Assets/css/nebula.css @@ -1329,15 +1329,13 @@ header { margin-bottom: 15px; background: #313846; } -.header img { - float: left; +.header { + display: flex; + align-items: center; } .header h2 { - position: relative; - color:#ced4da; - top: 16px; - left: 10px; - margin: 0; + color: #ced4da; + margin: 0 0 0 0.5em; } header .title-container { flex:1; @@ -2775,4 +2773,4 @@ div.ganttview-progress-bar { top: 0; bottom: 0; opacity: 0.4; -} \ No newline at end of file +}