mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
parent
657206dcb9
commit
ddf233bb9b
1 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,16 @@
|
||||||
// App Details
|
// 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 {
|
.about-ghost-intro {
|
||||||
h1 {
|
h1 {
|
||||||
margin-top: -6px;
|
margin-top: -6px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue