increased padding

This commit is contained in:
Arvind Tiwari 2017-08-23 21:51:56 +05:30
parent 67362b5466
commit e50baf50e8
2 changed files with 7 additions and 10 deletions

View file

@ -350,15 +350,9 @@
padding: 0 15px;
position: relative;
}
.vm-contact-us div img {
position: absolute;
left: 0;
top: 3px;
}
.vm-contact-us div span {
display: block;
padding-left: 25px;
text-align: left;
.vm-contact-us-text {
display: flex;
align-items: center;
}
}

View file

@ -74,7 +74,10 @@
<h2 class="vm-detail-title">{% trans "Support / Contact" %} <img class="un-icon visible-xs" src="{% static 'hosting/img/24-hours-support.svg' %}"></h2>
</div>
<div class="vm-contact-us-text text-center">
<img class="un-icon hidden-xs" src="{% static 'hosting/img/24-hours-support.svg' %}"> <span>{% trans "Something doesn't work?" %}</span> <span>{% trans "We are here to help you!" %}</span>
<img class="un-icon hidden-xs" src="{% static 'hosting/img/24-hours-support.svg' %}">
<div>
<span>{% trans "Something doesn't work?" %}</span> <span>{% trans "We are here to help you!" %}</span>
</div>
</div>
<div class="text-center">
<a class="btn btn-vm-contact" href="mailto:support@datacenterlight.ch">{% trans "CONTACT" %}</a>