aboutsummaryrefslogtreecommitdiff
path: root/book/book.typ
diff options
context:
space:
mode:
Diffstat (limited to 'book/book.typ')
-rw-r--r--book/book.typ2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/book.typ b/book/book.typ
index 8b1c3e3d..79e3f7eb 100644
--- a/book/book.typ
+++ b/book/book.typ
@@ -62,7 +62,7 @@
] else if elem.t == "label" [
#element(elem.e) #label(elem.id)
] else if elem.t == "align" [
- #align(if elem.dir == "flow_end" { right } else { bottom }, element(elem.e))
+ #h(1fr) #align(if elem.dir == "flow_end" { right } else { bottom }, element(elem.e))
] else if elem.t == "container" [
#for e in elem.es [
#element(e)