mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
parent
e8a51e4c7b
commit
09aa00708a
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue