increase width of sponsor logos to 150px
This commit is contained in:
		
							parent
							
								
									70d59d4d99
								
							
						
					
					
						commit
						fb29730817
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -15,7 +15,7 @@ | |||
|                 <div> | ||||
|                     {% if sponsor.website_logo %} | ||||
|                         <a href="{{ sponsor.external_url }}"> | ||||
|                             <img src="{% thumbnail sponsor.website_logo '100x60' %}" alt="{{ sponsor.name }}" /> | ||||
|                             <img src="{% thumbnail sponsor.website_logo '150x90' %}" alt="{{ sponsor.name }}" /> | ||||
|                         </a> | ||||
|                     {% else %} | ||||
|                         <a href="{{ sponsor.external_url }}">{{ sponsor.name }}</a> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Joshua Simmons
						Joshua Simmons