mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	profileMode : fix, improve
This commit is contained in:
		| @@ -18,8 +18,8 @@ | |||||||
| } | } | ||||||
|  |  | ||||||
| img { | img { | ||||||
|     display: inline-block; |     display: inline-table; | ||||||
|     width: 200px; |     width: 180px; | ||||||
|     border-radius: 50%; |     border-radius: 50%; | ||||||
|     pointer-events: none; |     pointer-events: none; | ||||||
|     margin: 5px; |     margin: 5px; | ||||||
| @@ -27,9 +27,8 @@ img { | |||||||
|  |  | ||||||
| @media screen and (max-width: 600px) { | @media screen and (max-width: 600px) { | ||||||
|     img { |     img { | ||||||
|         width: 150px; |         width: 130px; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| } | } | ||||||
|  |  | ||||||
| .social-icons { | .social-icons { | ||||||
| @@ -39,7 +38,6 @@ img { | |||||||
| .buttons { | .buttons { | ||||||
|     display: flex; |     display: flex; | ||||||
|     flex-wrap: wrap; |     flex-wrap: wrap; | ||||||
|     max-width: 300px; |  | ||||||
|     justify-content: center; |     justify-content: center; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange