Smaller mobile pages.

This commit is contained in:
James Cole 2015-05-13 21:32:33 +02:00
parent b22655fb7c
commit 199f348ff4

View File

@ -60,7 +60,7 @@
<div class="col-lg-12">
<h1 class="page-header">
{% if mainTitleIcon %}
<i class="fa {{ mainTitleIcon }}"></i>
<i class="hidden-xs fa {{ mainTitleIcon }}"></i>
{% endif %}
{{ title }}
@ -68,7 +68,7 @@
{% if subTitle %}
<small>
{% if subTitleIcon %}
<i class="fa {{ subTitleIcon }}"></i>
<i class="hidden-xs fa {{ subTitleIcon }}"></i>
{% endif %}
{{ subTitle }}
</small>