Browse Source

Center the image of Lain in Basic Theme

pull/40/head
Benjamin Southall 7 years ago
parent
commit
9c9b859845
  1. 2
      templates/themes/basic/index.html

2
templates/themes/basic/index.html

@ -20,7 +20,9 @@
<h1>{{ settings.title }}</h1>
<div class="subtitle">{{ settings.subtitle }}</div>
</header>
<center>
<img src="static/lain_is_cute_datass_small_teal.png" alt="mascot"/>
</center>
<div class="ban">
{% if news|count == 0 %}
<p style="text-align:center" class="unimportant">(No news to show.)</p>

Loading…
Cancel
Save