This commit is contained in:
github-actions 2023-06-22 19:24:50 +00:00
commit 155c048bc1
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-i18n", "name": "casper-i18n",
"description": "The same casper theme, but with localization support", "description": "The same casper theme, but with localization support",
"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"
}, },