Replies: 2 comments 3 replies
-
Use something like: #empty-slide(
config: config-page(
background: align(left, rect(height: 100%, width: 50%, fill: red)),
margin: (left: 50% + 1em),
),
)[
Content.
] |
Beta Was this translation helpful? Give feedback.
3 replies
-
or #empty-slide(config: config-page(margin: 0em))[
#rect(height: 100%, width: 100%, fill: red)
][
#pad(2em)[
Content.
]
] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is an idea taken from marp and looks like this:
I can replicate it in
polylux
but I'm not sure if it's attainable intouying
. As far as I understand it, it would require offsetting header, content and footer and I'm not sure if it's doable intypst
Beta Was this translation helpful? Give feedback.
All reactions