Adjust horizontal line and content width on slide with no vertical line

This commit is contained in:
2024-01-18 19:18:43 +02:00
parent 8ba86ff39f
commit c2511d5b6c
3 changed files with 66 additions and 4 deletions
+2 -2
View File
@@ -397,7 +397,7 @@
polylux-slide[
// Content
#block(width: 95%, height: 100%)[
#block(width: 100%, height: 100%)[
#header
#v(36pt)
#body.children.filter(it => {return it.func() != heading}).join()
@@ -407,7 +407,7 @@
// Horizontal line
#place(
top,
dy: 44pt,
dy: 1.52cm,
pad(
right: -margins.right,
left: -margins.left,