From 5ebd83e681b0edd91793df16238f8c8e26dde33d Mon Sep 17 00:00:00 2001
From: Olivier PEREZ <olivier@olivierperez.fr>
Date: Sun, 20 Sep 2015 13:39:35 +0200
Subject: [PATCH] Fix responsive header

---
 tpl/header.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tpl/header.tpl b/tpl/header.tpl
index d8276454..eeaf2870 100644
--- a/tpl/header.tpl
+++ b/tpl/header.tpl
@@ -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">
\ No newline at end of file
-- 
GitLab