mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Fix whitespace between icons
This commit is contained in:
		
							parent
							
								
									52fd55eee6
								
							
						
					
					
						commit
						8b599058c6
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -9,9 +9,7 @@
 | 
			
		|||
                <h3 class="text-right">
 | 
			
		||||
                    {{ range .Site.Data.social.footer_accounts }}
 | 
			
		||||
                        {{ $account := index $.Site.Data.social.accounts . }}
 | 
			
		||||
                        <a href="{{ $account.link }}">
 | 
			
		||||
                            <i class="mx-1 {{ $account.icon }}" aria-hidden="true" title="{{ $account.name }}"></i>
 | 
			
		||||
                        </a>
 | 
			
		||||
                        <a href="{{ $account.link }}"><i class="mx-1 {{ $account.icon }}" aria-hidden="true" title="{{ $account.name }}"></i></a>
 | 
			
		||||
                    {{ end }}
 | 
			
		||||
                </h3>
 | 
			
		||||
            </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue