fix: fixing title page

This commit is contained in:
D. Moonfire 2022-10-14 23:23:51 -05:00
parent d37f4e2086
commit a39d5b5168
2 changed files with 5 additions and 3 deletions

View file

@ -52,7 +52,8 @@
"cover": { "cover": {
"cover_slug": "0100-00-sand-and-blood", "cover_slug": "0100-00-sand-and-blood",
"title_page_lines": [ "title_page_lines": [
"Sand and", "Sand",
"and",
"Blood" "Blood"
] ]
}, },
@ -285,4 +286,4 @@
} }
] ]
} }
} }

View file

@ -4,7 +4,8 @@ title: Title
<div class="title"> <div class="title">
<div class="title-area"> <div class="title-area">
<div class="large">Sand and</div> <div class="large">Sand</div>
<div class="large">and</div>
<div class="large">Blood</div> <div class="large">Blood</div>
</div> </div>