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