mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 02:28:02 +00:00
Added grid to full width cards with wide content
Refs https://github.com/TryGhost/Team/issues/3459
This commit is contained in:
parent
0721600075
commit
2fafe722d1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user