_includes/contacts-tan.html in kcc-gem-theme-1.56.36 vs _includes/contacts-tan.html in kcc-gem-theme-1.57.36
- old
+ new
@@ -28,11 +28,11 @@
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
<p class="notranslate">
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
{% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&to[last]={{ last }}&submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a>{% endif %}
- {% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
+ {% if contact.fax %}<br>Fax: {{ contact.fax }}{% endif %}
</p>
</div>
</div>
</div>
{% elsif contact.portrait == 'none' %}
@@ -45,11 +45,11 @@
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
<p class="notranslate">
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
{% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&to[last]={{ last }}&submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a>{% endif %}
- {% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
+ {% if contact.fax %}<br>Fax: {{ contact.fax }}{% endif %}
</p>
</div>
</div>
</div>
{% else %}
@@ -57,10 +57,10 @@
<h5 class="typography__contacts--name notranslate">{{ contact.name }}</h5>
{% if contact.contacts_title %}<h6 class="typography__contacts--title">{{ contact.contacts_title }}</h6>{% endif %}
<p class="notranslate">
{% if contact.phone %}<a href="tel:1{{ contact.phone | remove: '-' }}" class="links__darker-link">{{ contact.phone }}</a><br>{% contact.portrait %}
{% if contact.email %}<a class="links__darker-link" target="_blank" href="https://secure.jotform.com/90435102482954?to[first]={{ first }}&to[last]={{ last }}&submitEmail={{ contact.email | remove: '@kcc.edu' }}%40kcc.edu">Email</a>{% endif %}
- {% if contact.fax %}Fax: {{ contact.fax }}{% endif %}
+ {% if contact.fax %}<br>Fax: {{ contact.fax }}{% endif %}
</p>
</div>
{% endif %}
{% endfor %}
</div>