diff --git a/hosting/static/hosting/css/virtual-machine.css b/hosting/static/hosting/css/virtual-machine.css index f20d1dc2..d1ea5d18 100644 --- a/hosting/static/hosting/css/virtual-machine.css +++ b/hosting/static/hosting/css/virtual-machine.css @@ -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; } } diff --git a/hosting/templates/hosting/virtual_machine_detail.html b/hosting/templates/hosting/virtual_machine_detail.html index ad8c3ae4..59a36bdc 100644 --- a/hosting/templates/hosting/virtual_machine_detail.html +++ b/hosting/templates/hosting/virtual_machine_detail.html @@ -74,7 +74,10 @@

{% trans "Support / Contact" %}

- {% trans "Something doesn't work?" %} {% trans "We are here to help you!" %} + +
+ {% trans "Something doesn't work?" %} {% trans "We are here to help you!" %} +
{% trans "CONTACT" %}