Fix responsive header

This commit is contained in:
Olivier PEREZ 2015-09-20 13:39:35 +02:00
parent 2a6b8acfe1
commit 5ebd83e681

View File

@ -19,7 +19,7 @@
<img src="{$TITLE_IMAGE|resource}" alt="{$APPLICATION_NAME|html}" class="img-responsive"/>
</a>
</h1>
{if !empty($title)}<h2 class="lead"><i>{$title|html}</i></h2>{/if}
{if !empty($title)}<h2 class="lead col-xs-12"><i>{$title|html}</i></h2>{/if}
<hr class="trait" role="presentation" />
</header>
<main role="main">