Compare commits

...

2 Commits

4 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1295,7 +1295,8 @@ html.no-infinite-scroll .pagination {
is laid out on top of. Canvas just defines the grid, we don't is laid out on top of. Canvas just defines the grid, we don't
use it for applying any other styles. */ use it for applying any other styles. */
.gh-canvas { .gh-canvas,
.kg-width-full.kg-content-wide {
--gap: max(4vmin, 20px); --gap: max(4vmin, 20px);
--main: min(var(--content-width, 720px), 100% - var(--gap) * 2); --main: min(var(--content-width, 720px), 100% - var(--gap) * 2);
--wide: minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2)); --wide: minmax(0, calc((var(--container-width, 1200px) - var(--content-width, 720px)) / 2));

View File

@ -2,7 +2,7 @@
"name": "casper", "name": "casper",
"description": "A clean, minimal default theme for the Ghost publishing platform", "description": "A clean, minimal default theme for the Ghost publishing platform",
"demo": "https://demo.ghost.io", "demo": "https://demo.ghost.io",
"version": "5.5.0", "version": "5.5.1",
"engines": { "engines": {
"ghost": ">=5.0.0" "ghost": ">=5.0.0"
}, },