mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	social-icons: use height and with as css props;
rm hardcoded svg height and width
This commit is contained in:
		| @@ -43,8 +43,11 @@ | ||||
|     padding: 12px 0; | ||||
| } | ||||
|  | ||||
| .social-icons a { | ||||
|     margin: 2px; | ||||
|     padding: 6px; | ||||
|     font-size: 1.4em; | ||||
| .social-icons a:not(:last-of-type) { | ||||
|     margin-right: 12px; | ||||
| } | ||||
|  | ||||
| .social-icons a svg { | ||||
|     height: 26px; | ||||
|     width: 26px; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange