increased padding
This commit is contained in:
		
					parent
					
						
							
								67362b5466
							
						
					
				
			
			
				commit
				
					
						e50baf50e8
					
				
			
		
					 2 changed files with 7 additions and 10 deletions
				
			
		|  | @ -350,15 +350,9 @@ | ||||||
|     padding: 0 15px; |     padding: 0 15px; | ||||||
|     position: relative; |     position: relative; | ||||||
|   } |   } | ||||||
|   .vm-contact-us div img { |   .vm-contact-us-text { | ||||||
|     position: absolute; |     display: flex; | ||||||
|     left: 0; |     align-items: center; | ||||||
|     top: 3px; |  | ||||||
|   } |  | ||||||
|   .vm-contact-us div span { |  | ||||||
|     display: block; |  | ||||||
|     padding-left: 25px; |  | ||||||
|     text-align: left; |  | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -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> | 				<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> | ||||||
| 			<div class="vm-contact-us-text text-center"> | 			<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> | ||||||
| 			<div class="text-center"> | 			<div class="text-center"> | ||||||
| 				<a class="btn btn-vm-contact" href="mailto:support@datacenterlight.ch">{% trans "CONTACT" %}</a> | 				<a class="btn btn-vm-contact" href="mailto:support@datacenterlight.ch">{% trans "CONTACT" %}</a> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue