From ddf233bb9b723f08ff113702c09406cd09048524 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 23 Sep 2014 13:07:22 +0300 Subject: [PATCH] Remove about page header on desktop See #4116 --- ghost/admin/assets/sass/layouts/about.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ghost/admin/assets/sass/layouts/about.scss b/ghost/admin/assets/sass/layouts/about.scss index 56bad24f77..417a16bf8a 100644 --- a/ghost/admin/assets/sass/layouts/about.scss +++ b/ghost/admin/assets/sass/layouts/about.scss @@ -34,6 +34,16 @@ // App Details // -------------------------------------------------- +// Special case to hide the desktop page header, because +// in this instance the Ghost logo replaces it. +.settings-view-about { + @media (min-width: 901px) { + .settings-view-header { + display: none; + } + } +} + .about-ghost-intro { h1 { margin-top: -6px;