mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-07-12 16:56:06 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ff4e4226c0 | |||
9a09ff41c3 |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -129,7 +129,7 @@ production stylesheet in assets/built/screen.css
|
||||
max-height: 55px;
|
||||
}
|
||||
|
||||
.site-header-content p {
|
||||
.site-description {
|
||||
z-index: 10;
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
@ -138,7 +138,7 @@ production stylesheet in assets/built/screen.css
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.site-header-content p {
|
||||
.site-description {
|
||||
max-width: 80vmin;
|
||||
font-size: 1.8rem;
|
||||
}
|
||||
|
@ -24,7 +24,7 @@ into the {body} of the default.hbs template --}}
|
||||
{{@site.title}}
|
||||
{{/if}}
|
||||
</h1>
|
||||
<p>{{@site.description}}</p>
|
||||
<p class="site-description">{{@site.description}}</p>
|
||||
</div>
|
||||
{{/match}}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "casper",
|
||||
"description": "A clean, minimal default theme for the Ghost publishing platform",
|
||||
"demo": "https://demo.ghost.io",
|
||||
"version": "4.7.4",
|
||||
"version": "4.7.5",
|
||||
"engines": {
|
||||
"ghost": ">=4.0.0"
|
||||
},
|
||||
|
Reference in New Issue
Block a user