This commit is contained in:
Kovid Goyal 2019-09-17 18:22:05 +05:30
parent 2d9c0c709d
commit d1badedfc7
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -299,7 +299,7 @@ class Container(ContainerBase):
<body> <body>
<div style="position: fixed; top: 50%; width: 100vw; transform: translateY(-50%)"> <div style="position: fixed; top: 50%; width: 100vw; transform: translateY(-50%)">
<h1 style="text-align: center; margin: auto">{title}</h1> <h1 style="text-align: center; margin: auto">{title}</h1>
<p>&nbsp;</p> <p>\xa0</p>
<h3 style="text-align: center; margin: auto; font-style: italic">{authors}</h3> <h3 style="text-align: center; margin: auto; font-style: italic">{authors}</h3>
</div> </div>
</body> </body>