0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00

Remove about page header on desktop

See #4116
This commit is contained in:
John O'Nolan 2014-09-23 13:07:22 +03:00 committed by Hannah Wolfe
parent e8a51e4c7b
commit 09aa00708a

View file

@ -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;