Fix css header responsive
This commit is contained in:
parent
9a3590a9e1
commit
e3ef7e564a
@ -1,4 +1,4 @@
|
||||
<header role="banner">
|
||||
<header role="banner" class="clearfix">
|
||||
{if count($langs)>1}
|
||||
<form method="post" action="" class="hidden-print">
|
||||
<div class="input-group input-group-sm pull-right col-xs-12 col-sm-2">
|
||||
@ -14,12 +14,12 @@
|
||||
</form>
|
||||
{/if}
|
||||
|
||||
<h1>
|
||||
<h1 class="row col-xs-12 col-sm-10">
|
||||
<a href="{$SERVER_URL|html}" title="{__('Generic', 'Home')} - {$APPLICATION_NAME|html}" >
|
||||
<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}
|
||||
<hr class="trait" role="presentation" />
|
||||
{if !empty($title)}<h2 class="lead col-xs-12"><i>{$title|html}</i></h2>{/if}
|
||||
<hr class="trait col-xs-12" role="presentation" />
|
||||
</header>
|
||||
<main role="main">
|
||||
|
Loading…
Reference in New Issue
Block a user