mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Fix social icons extraneous margin
This commit is contained in:
		| @@ -28,14 +28,12 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| .social-icons { | .social-icons { | ||||||
|     padding: 12px 0; |     display: flex; | ||||||
| } |     gap: 1rem; | ||||||
|  |  | ||||||
| .social-icons a:not(:last-of-type) { |  | ||||||
|     margin-inline-end: 12px; |  | ||||||
| } | } | ||||||
|  |  | ||||||
| .social-icons a svg { | .social-icons a svg { | ||||||
|  |     display: block; | ||||||
|     height: 26px; |     height: 26px; | ||||||
|     width: 26px; |     width: 26px; | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange