Tweak default styles for home page

This commit is contained in:
Lance Edgar 2016-10-25 18:14:59 -05:00
parent 590444b273
commit 2772057381

View file

@ -3,7 +3,19 @@
<%def name="title()">Home</%def>
<div style="text-align: center;">
<%def name="head_tags()">
${parent.head_tags()}
<style type="text/css">
.logo {
text-align: center;
}
.logo img {
margin: 3em auto;
}
</style>
</%def>
<div class="logo">
${h.image(request.static_url('tailbone:static/img/home_logo.png'), "Rattail Logo")}
<h1>Welcome to Tailbone</h1>
</div>