more structure to logo

This commit is contained in:
ville rantanen
2021-09-20 10:41:12 +03:00
parent 68fa1c09e0
commit 3e11e2d04c
2 changed files with 13 additions and 4 deletions

View File

@@ -181,8 +181,10 @@ function create_button(direction, to) {{
<div id="wrapper">
<div id="header">
<div id="logo">
<h1 id="page_title">{page_title}</h1>
<p>{sub_title}</a></p>
<div id="page_title">
<h1>{page_title}</h1>
<p>{sub_title}</p>
</div>
</div>
</div>
<!-- end #header -->