diff --git a/core/client/assets/sass/layouts/about.scss b/core/client/assets/sass/layouts/about.scss index 56bad24f77..417a16bf8a 100644 --- a/core/client/assets/sass/layouts/about.scss +++ b/core/client/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;